# File lib/rufus/scheduler/zotime.rb, line 86
    def ==(o)

      o.is_a?(ZoTime) && o.seconds == @seconds && o.zone == @zone
    end