fixed timezone

Signed-off-by: Jochen Mehlich <contact@jochenmehlich.de>
This commit is contained in:
Jochen Mehlich 2023-11-29 14:55:49 +01:00
parent 0f960014df
commit 9253e22c0c

View File

@ -115,7 +115,7 @@ AUTH_PASSWORD_VALIDATORS = [
LANGUAGE_CODE = 'de-de'
TIME_ZONE = 'UTC+1'
TIME_ZONE = 'Europe/Berlin'
USE_I18N = True