= private = protected
time()
Returns a Time instance that represents the time in time_zone.
# File activesupport/lib/active_support/time_with_zone.rb, line 68 def time @time ||= incorporate_utc_offset(@utc, utc_offset) end