# File lib/active_support/time_with_zone.rb, line 48
    def utc
      @utc ||= period.to_utc(@time)
    end