= 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 62 def utc @utc ||= period.to_utc(@time) end