class method
self.to_time_preserves_timezone
Ruby on Rails 5.2.8.1
Since v4.2.9Signature
self.to_time_preserves_timezone()
No documentation comment.
Source
# File activesupport/lib/active_support.rb, line 86
def self.to_time_preserves_timezone
DateAndTime::Compatibility.preserve_timezone
end
Defined in activesupport/lib/active_support.rb line 86
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport