method

to_time_preserves_timezone=

to_time_preserves_timezone=(value)
public

No documentation available.

# 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