diff --git a/zitate/settings.py b/zitate/settings.py index 3ebc006..a82b033 100644 --- a/zitate/settings.py +++ b/zitate/settings.py @@ -103,9 +103,9 @@ AUTH_PASSWORD_VALIDATORS = [ # Internationalization # https://docs.djangoproject.com/en/4.2/topics/i18n/ -LANGUAGE_CODE = 'en-us' +LANGUAGE_CODE = 'de-de' -TIME_ZONE = 'UTC' +TIME_ZONE = 'Europe/Berlin' USE_I18N = True