method

to_time_preserves_timezone=

Importance_0
v8.1.1 - Show latest stable - 0 notes - Class: ActiveSupport
to_time_preserves_timezone=(value) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activesupport/lib/active_support.rb, line 131
  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
Register or log in to add new notes.