# File lib/more/facets/date.rb, line 210 def to_time self.offset == 0 ? ::Time.utc_time(year, month, day, hour, min, sec) : self end