From 1fa4f28a0ac5548f47dbf2fc5f9bd3c6d8785b90 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Mon, 25 Sep 2017 22:14:48 +0200 Subject: [PATCH] timezone settings --- rowsandall_app/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rowsandall_app/settings.py b/rowsandall_app/settings.py index 8148d40c..3020084e 100644 --- a/rowsandall_app/settings.py +++ b/rowsandall_app/settings.py @@ -176,13 +176,13 @@ AUTH_PASSWORD_VALIDATORS = [ # Internationalization # https://docs.djangoproject.com/en/1.9/topics/i18n/ -TIME_ZONE = 'UTC' USE_I18N = True USE_L10N = True USE_TZ = True +TIME_ZONE = 'UTC' TZ_DETECT_COUNTRIES = ('US','DE','GB','CZ','FR','IT')