Method: ActiveSupport::TimeWithZone#time

Defined in:
lib/active_support/time_with_zone.rb

#timeObject

Returns a Time instance that represents the time in time_zone.



68
69
70
# File 'lib/active_support/time_with_zone.rb', line 68

def time
  @time ||= incorporate_utc_offset(@utc, utc_offset)
end