Browse Source

Tests should use UTC timezone

Ask Solem 12 years ago
parent
commit
86fb2992b3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      celery/tests/config.py

+ 1 - 0
celery/tests/config.py

@@ -25,6 +25,7 @@ CELERY_QUEUES = (
 )
 
 CELERY_ENABLE_UTC = True
+CELERY_TIMEZONE = 'UTC'
 
 CELERYD_LOG_COLOR = False