method
to_time_preserves_timezone
v8.1.1 -
Show latest stable
- Class:
ActiveSupport
to_time_preserves_timezone()public
No documentation available.
# 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