Module: DateAndTime::Compatibility

Included in:
ActiveSupport::TimeWithZone, DateTime, Time
Defined in:
lib/active_support/core_ext/date_and_time/compatibility.rb

Instance Method Summary collapse

Instance Method Details

#to_timeObject



14
15
16
# File 'lib/active_support/core_ext/date_and_time/compatibility.rb', line 14

def to_time
  preserve_timezone ? getlocal(utc_offset) : getlocal
end