Kaynağa Gözat

Tests should use UTC timezone

Ask Solem 12 yıl önce
ebeveyn
işleme
86fb2992b3
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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