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