From 26584d69a7e4c77be961da65ff716cd56b3ff301 Mon Sep 17 00:00:00 2001 From: Ivlev Denis Date: Tue, 17 Apr 2018 18:32:57 +0300 Subject: [PATCH] Set timezone Moscow --- project/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/settings.py b/project/settings.py index 4e56d3e1..f1912e15 100644 --- a/project/settings.py +++ b/project/settings.py @@ -142,7 +142,7 @@ AUTH_USER_MODEL = 'user.User' LANGUAGE_CODE = 'ru-RU' -TIME_ZONE = 'UTC' +TIME_ZONE = 'Europe/Moscow' USE_I18N = True