# File lib/rufus/scheduler/zotime.rb, line 59
    def zone=(z)

      @time = nil
      @zone = self.class.get_tzone(zone || :current)
    end