Change server timezone

This commit is contained in:
Gabriel Augendre 2019-03-02 16:23:15 +01:00
parent 8f5ed2973d
commit 5fd7f33c79

View file

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