# File lib/archive/support/time.rb, line 61
    def cmp(other)
      to_i <=> other.to_i
    end