You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed delay for specific time values. by @s3rius in #200
Since now ScheduledTasks respect timezone, please verify that you use UTC everywhere you need. If you were using local datetime, this update may break some schedules. If you were using datetime.utcnow(), you don't need to change anything, since for backward compatibility we just add UTC time zone information to all datetimes which don't have timezone information.