changed timezone in settings.py
This commit is contained in:
parent
9ff4e7e36b
commit
52893b17d0
|
@ -122,7 +122,7 @@ LOCALE_PATHS = (
|
|||
os.path.join(BASE_DIR, 'locale'),
|
||||
)
|
||||
|
||||
TIME_ZONE = 'UTC'
|
||||
TIME_ZONE = 'Europe/Paris'
|
||||
|
||||
USE_I18N = True
|
||||
|
||||
|
|
Loading…
Reference in New Issue