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