-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jobs running in wrong timezone. #2
Comments
Given your timezone is currently UTC+10, that difference suggests it's a timezone issue. It appears croniter is TZ aware, and bronski is passing
|
I wonder if there's some discrepancy between your session's timezone and the default timezone for Django. Can you read some values from the DB directly (NOT via Django's ORM) to see if the values are the UTC times you expect? |
Jobs seem to run in wrong timezone. I schedule for 4AM, job runs at 2PM.
The text was updated successfully, but these errors were encountered: