diff --git a/runtests.py b/runtests.py index c911377f10..20b4512fae 100755 --- a/runtests.py +++ b/runtests.py @@ -43,6 +43,7 @@ if not settings.configured: STATIC_ROOT=STATIC_ROOT, MEDIA_ROOT=MEDIA_ROOT, USE_TZ=True, + TIME_ZONE='UTC', STATICFILES_FINDERS=( 'django.contrib.staticfiles.finders.AppDirectoriesFinder', 'compressor.finders.CompressorFinder',