[Answer]-Celery time/date error on Heroku?

0👍

Not sure of the exact solution but I got around it by adding

USE_L10N = False
USE_TZ = False

to settings.py

1👍

You should upgrade to Celery 3.0.7 which fixed a timezone related bug.

👤asksol

Leave a comment