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