fix timezone
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
adb-sh 2023-01-09 00:55:06 +01:00
parent c425977ed4
commit e2ed5e673c

View File

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