Replies: 4 comments
-
why not try True |
Beta Was this translation helpful? Give feedback.
0 replies
-
I tried, but it didn't work |
Beta Was this translation helpful? Give feedback.
0 replies
-
timezone_aware = False |
Beta Was this translation helpful? Give feedback.
0 replies
-
exactly the same issue as yours, did u solve it out? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary:
Include a brief descrioption of the problem here, and fill out the version info below.
my setting.py:
TIME_ZONE = 'Asia/Shanghai'
USE_TZ = False
CELERY_TIMEZONE = 'Asia/Shanghai'
CELERY_ENABLE_UTC = False
DJANGO_CELERY_BEAT_TZ_AWARE = False
Detailed information
I set DJANGO_CELERY_BEAT_TZ_AWARE = False,
Crontab Schedule is correct,
But for Clocked Schedule the time zone is still wrong,The decifference is 8 hours
Beta Was this translation helpful? Give feedback.
All reactions