From fe11d8fb3e7384e2eeb26db03f67be3be5fc136e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 5 Aug 2020 08:34:00 +0200 Subject: [PATCH] settings: switch to local timezone --- eodb/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eodb/settings.py b/eodb/settings.py index 6f3b09f..c974224 100644 --- a/eodb/settings.py +++ b/eodb/settings.py @@ -105,7 +105,7 @@ AUTH_PASSWORD_VALIDATORS = [ LANGUAGE_CODE = 'en-us' -TIME_ZONE = 'UTC' +TIME_ZONE = 'Europe/Brussels' USE_I18N = True