= private = protected
time()
Returns a Time or DateTime instance that represents the time in time_zone.
# File activesupport/lib/active_support/time_with_zone.rb, line 51 def time @time ||= period.to_local(@utc) end