= private = protected
utc()
Returns a Time instance of the simultaneous time in the UTC timezone.
# File activesupport/lib/active_support/time_with_zone.rb, line 73 def utc @utc ||= incorporate_utc_offset(@time, -utc_offset) end