fix timezone
continuous-integration/drone/push Build is passing Details

main
adb-sh 1 year ago
parent c425977ed4
commit e2ed5e673c

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

Loading…
Cancel
Save