Pārlūkot izejas kodu

Tests should use UTC timezone

Ask Solem 12 gadi atpakaļ
vecāks
revīzija
86fb2992b3
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      celery/tests/config.py

+ 1 - 0
celery/tests/config.py

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