# File lib/rufus/scheduler/zotime.rb, line 204
    def self.now(zone=nil)

      ZoTime.new(Time.now.to_f, zone)
    end