From 0266686fdda2e418a00512fa7d611836dc873931 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sun, 5 Nov 2017 20:17:15 +0100 Subject: [PATCH] correct the timezone --- django/webshop/webshop/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/webshop/webshop/settings.py b/django/webshop/webshop/settings.py index ca96162..7cc45fa 100644 --- a/django/webshop/webshop/settings.py +++ b/django/webshop/webshop/settings.py @@ -112,7 +112,7 @@ AUTH_PASSWORD_VALIDATORS = [ LANGUAGE_CODE = 'en-us' -TIME_ZONE = 'UTC' +TIME_ZONE = 'Europe/Zurich' USE_I18N = True