Flowdock
method

set_time_zone_without_conversion

Importance_0
v5.1.7 - Show latest stable - 0 notes - Class: TimeZoneConverter
set_time_zone_without_conversion(value) private

No documentation

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

Hide source
# File activerecord/lib/active_record/attribute_methods/time_zone_conversion.rb, line 39
          def set_time_zone_without_conversion(value)
            ::Time.zone.local_to_utc(value).try(:in_time_zone) if value
          end
Register or log in to add new notes.