From 9253e22c0c9e74bd6ea58a6e0caaadf5e59d94b2 Mon Sep 17 00:00:00 2001 From: Jochen Mehlich Date: Wed, 29 Nov 2023 14:55:49 +0100 Subject: [PATCH] fixed timezone Signed-off-by: Jochen Mehlich --- quoteMe/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quoteMe/settings.py b/quoteMe/settings.py index 5ab7138..7d84454 100644 --- a/quoteMe/settings.py +++ b/quoteMe/settings.py @@ -115,7 +115,7 @@ AUTH_PASSWORD_VALIDATORS = [ LANGUAGE_CODE = 'de-de' -TIME_ZONE = 'UTC+1' +TIME_ZONE = 'Europe/Berlin' USE_I18N = True