class method
self.to_time_preserves_timezone
Ruby on Rails 8.1.2
Since v4.2.9Signature
self.to_time_preserves_timezone()
No documentation comment.
Source
# File activesupport/lib/active_support.rb, line 124
def self.to_time_preserves_timezone
ActiveSupport.deprecator.warn(
"`config.active_support.to_time_preserves_timezone` is deprecated and will be removed in Rails 8.2"
)
@to_time_preserves_timezone
end
Defined in activesupport/lib/active_support.rb line 124
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport