Explorar o código

Tests should use UTC timezone

Ask Solem %!s(int64=12) %!d(string=hai) anos
pai
achega
86fb2992b3
Modificáronse 1 ficheiros con 1 adicións e 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