flower
flower copied to clipboard
Substantial drift from celery worker
Is your feature request related to a problem? Please describe. Substantial drift from celery worker when celery is running from different container where django has setup for own timezone Tried with CELERY_TIMEZONE and it didn`t resolve the issue, difference in times still exists.
Describe the solution you'd like
Add installation of tzdata
which gives a possibility set correct timezone in container by setting TZ
environment.
Fix is provided in #1162
Is it fixed with your merged PR #1162 ?