From cd19fcd707bb616038071ecdcaa4d4788235f2bb Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Tue, 19 Sep 2017 08:38:56 +0200 Subject: [PATCH] added TIMEZONE=UTC to 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 98d21718..6a7a614a 100644 --- a/rowsandall_app/settings.py +++ b/rowsandall_app/settings.py @@ -176,7 +176,7 @@ AUTH_PASSWORD_VALIDATORS = [ # Internationalization # https://docs.djangoproject.com/en/1.9/topics/i18n/ -#TIME_ZONE = 'UTC' +TIME_ZONE = 'UTC' USE_I18N = True