Flowdock
method

utc_to_local_returns_utc_offset_times=

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: ActiveSupport
utc_to_local_returns_utc_offset_times=(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 103
  def self.utc_to_local_returns_utc_offset_times=(value)
    DateAndTime::Compatibility.utc_to_local_returns_utc_offset_times = value
  end
Register or log in to add new notes.