Adding TIME_ZONE paris

Changing view post relays items
This commit is contained in:
2019-04-29 23:07:02 +02:00
parent 8976e97ee2
commit 441f273b7e
3 changed files with 8 additions and 4 deletions

View File

@ -164,7 +164,7 @@ JWT_AUTH = {
LANGUAGE_CODE = 'en-us'
TIME_ZONE = 'UTC'
TIME_ZONE = 'Europe/Paris'
USE_I18N = True