method

to_time_preserves_timezone=

to_time_preserves_timezone=(value)
public

No documentation available.

# File activesupport/lib/active_support.rb, line 111
  def self.to_time_preserves_timezone=(value)
    DateAndTime::Compatibility.preserve_timezone = value
  end