class Rufus::Scheduler
def self.h_to_s(t=Time.now)
Produces a hour/min/sec/milli string representation of Time instance
def self.h_to_s(t=Time.now) "#{t.strftime('%H:%M:%S')}.#{sprintf('%06d', t.usec)}" end
def self.h_to_s(t=Time.now) "#{t.strftime('%H:%M:%S')}.#{sprintf('%06d', t.usec)}" end