using sched

2015-07-30 Thread Nkansah Rexford
Using sched, how can I run a function, at for instance, exactly 00:00 GMT, and only that time. If sched wouldn't be the best to do so a job, please can you recommend something? -- https://mail.python.org/mailman/listinfo/python-list

Re: using sched

2015-07-30 Thread Irmen de Jong
On 30-7-2015 17:57, Nkansah Rexford wrote: > Using sched, how can I run a function, at for instance, exactly 00:00 GMT, > and only that time. > > If sched wouldn't be the best to do so a job, please can you recommend > something? > The sched module is by itself not real

Re: using sched

2015-07-30 Thread Nkansah Rexford
Great. Thanks -- https://mail.python.org/mailman/listinfo/python-list