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