- celery==3.1.17
- flower==0.9.1
- amqp==1.4.6
- RabbitMQ 3.2.4
My flower runs under supervisor command:
flower --broker=amqp://login:passwd@x.x.x.x:5672/sb --broker api=http://login:password@x.x.x.x:15672/api/ --port=5599 --basic_auth=dev1:dev1ddd
The problem is that "tasks" tab in flower shows UTC time instead "Europe/Moscow" (as localtime). But in flower api (/api/workers) I can see, that celery settings are passed to flower: - "CELERY_TIMEZONE": "Europe/Moscow"
I have seen the this question but I have not any Flask. Can you please tell is there is ability to change time in "tasks" tab in flower from UTC to any other? Regards