settings: switch to local timezone

This commit is contained in:
Frédéric Péters 2020-08-05 08:34:00 +02:00
parent 4fc27fddf1
commit fe11d8fb3e
1 changed files with 1 additions and 1 deletions

View File

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