Bosma / Scheduler

Modern C++ Scheduling Library
MIT License
272 stars 74 forks source link

Cron functionality observes UTC instead of local time #3

Closed ChemiCalChems closed 6 years ago

ChemiCalChems commented 6 years ago

When setting a specific time for a cron job, the time has to be in UTC in order for the task to run at the correct time point.

It would be ideal if the time given could be read as local time.

ChemiCalChems commented 6 years ago

It was my fault, I was running on UTC on my docker machine.