From 45fe9c1f4cccf2d1dad6f3a6fef6b039e3ce07b4 Mon Sep 17 00:00:00 2001 From: Parsa Nazer Date: Tue, 12 May 2026 09:43:33 +0330 Subject: [PATCH] update timezone to tehran --- backend/core/settings/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/core/settings/base.py b/backend/core/settings/base.py index 838c7ce..d6d3778 100644 --- a/backend/core/settings/base.py +++ b/backend/core/settings/base.py @@ -136,7 +136,7 @@ AUTH_PASSWORD_VALIDATORS = [ ] LANGUAGE_CODE = "fa" -TIME_ZONE = "UTC" +TIME_ZONE = "Asia/Tehran" USE_I18N = True USE_L10N = True USE_TZ = True