I have a periodic task set with a crontab of 0 14 4 * * (Every Thursday at 2 PM) and TIMEZONE for Django set to America/Los_Angeles. Upon the recent change in time, it now triggers at 3 PM Los Angeles time, as if Daylight Savings hadn't started.
I do not have a different timezone set for Celery.
I have a periodic task set with a crontab of
0 14 4 * *(Every Thursday at 2 PM) andTIMEZONEfor Django set toAmerica/Los_Angeles. Upon the recent change in time, it now triggers at 3 PM Los Angeles time, as if Daylight Savings hadn't started.I do not have a different timezone set for Celery.