# File lib/rufus/scheduler/zotime.rb, line 74
    def to_time

      @time ||= begin; u = utc; @zone.period_for_utc(u).to_local(u); end
    end