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