tobymao/saq

cronjob is not respecting current timezone

tiejunhu opened this issue · 1 comments

It's scheduled based on EPOCH, as the croniter is called without any timezone information. Maybe add a timezone attribute to CronJob class and use it to create datetime.datetime instance to call crontier?

this is intentional, convert your local times to epoch