Explorar el Código

Tests should use UTC timezone

Ask Solem hace 12 años
padre
commit
86fb2992b3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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