# File lib/active_support/core_ext/date_time/conversions.rb, line 74
        def to_time
          self.offset == 0 ? ::Time.utc_time(year, month, day, hour, min, sec) : self
        end