From 52893b17d054ffef050970bcd5c0bf41649c7935 Mon Sep 17 00:00:00 2001 From: Danhia Date: Sun, 30 Jan 2022 18:22:59 +0100 Subject: [PATCH] changed timezone in settings.py --- src/project/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/project/settings.py b/src/project/settings.py index 300fa18..f69d126 100644 --- a/src/project/settings.py +++ b/src/project/settings.py @@ -122,7 +122,7 @@ LOCALE_PATHS = ( os.path.join(BASE_DIR, 'locale'), ) -TIME_ZONE = 'UTC' +TIME_ZONE = 'Europe/Paris' USE_I18N = True