# File lib/et-orbi/eo_time.rb, line 101
    def zone=(z)

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