# File lib/active_support/time_with_zone.rb, line 176
    def <=>(other)
      utc <=> other
    end