correct the timezone

This commit is contained in:
Andreas Zweili 2017-11-05 20:17:15 +01:00
parent 3e6da6a10a
commit 0266686fdd
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ AUTH_PASSWORD_VALIDATORS = [
LANGUAGE_CODE = 'en-us'
TIME_ZONE = 'UTC'
TIME_ZONE = 'Europe/Zurich'
USE_I18N = True