changed timezone in settings.py

This commit is contained in:
Danhia 2022-01-30 18:22:59 +01:00
parent 9ff4e7e36b
commit 52893b17d0
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ LOCALE_PATHS = (
os.path.join(BASE_DIR, 'locale'),
)
TIME_ZONE = 'UTC'
TIME_ZONE = 'Europe/Paris'
USE_I18N = True