ruote tmp/log_2011-03-07.html

2011-03-07 02:45:04 utc schambers anyone alive
2011-03-07 03:37:57 utc jmettraux schambers: hello and welcome to #ruote
2011-03-07 15:49:43 utc Defusal so im trying to find out how to get this to work correctly: scheduler.every '1d', :first_at => Chronic.parse('12:00pm', :context => :future)
2011-03-07 15:50:03 utc Defusal no matter the context, it still parses as the current days time
2011-03-07 15:50:21 utc Defusal if i say 'next 12:00pm', it always parses as the following day
2011-03-07 15:50:47 utc Defusal i need it to schedule for 12:00pm every day, except the current if the time is already past
2011-03-08 06:31:07 utc jmettraux Defusal: use #cron instead of #every