instance method
to_time
Ruby on Rails 6.1.7.10
Since v3.0.20Signature
to_time()
Either return self or the time in the local system timezone depending on the setting of ActiveSupport.to_time_preserves_timezone.
Source
# File activesupport/lib/active_support/core_ext/time/compatibility.rb, line 13
def to_time
preserve_timezone ? self : getlocal
end
Defined in activesupport/lib/active_support/core_ext/time/compatibility.rb line 13
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Time