Re: Django Celery throwing runtime warnings for naive times

2014-04-28 Thread John DeRosa
I suggest you file a ticket in the celery project (https://github.com/celery/celery/issues), or ask for help on the #celery IRC channel. (See http://celery.readthedocs.org/en/latest/getting-started/resources.html for "help" resources...) They'd be more profitable avenues for you, given the

Django Celery throwing runtime warnings for naive times

2014-04-28 Thread heidi
I run an online game with Django 1.6 and Celery 3.1.11. Kombu is 3.0.15. Recently I had problems with Celery and DST, so I decided to run the whole site on UTC and save myself the bother of worrying about timezones. The relevant parts of my settings.py: TIME_ZONE = 'UTC' USE_TZ = True