From 6990ca8d04c450f0b1af3a8f957fdfec48f3699c Mon Sep 17 00:00:00 2001 From: erichhasl Date: Wed, 5 Jul 2017 12:52:21 +0200 Subject: [PATCH] change default language and time zone --- jdav_web/jdav_web/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jdav_web/jdav_web/settings.py b/jdav_web/jdav_web/settings.py index 7405a65..fe4f7e4 100644 --- a/jdav_web/jdav_web/settings.py +++ b/jdav_web/jdav_web/settings.py @@ -123,9 +123,9 @@ AUTH_PASSWORD_VALIDATORS = [ # Internationalization # https://docs.djangoproject.com/en/1.10/topics/i18n/ -LANGUAGE_CODE = 'en-us' +LANGUAGE_CODE = 'de-de' -TIME_ZONE = 'UTC' +TIME_ZONE = 'Europe/Berlin' USE_I18N = True