From 89ddd1bf42bbe2043830582d86c70c3c05091d3a Mon Sep 17 00:00:00 2001 From: Sangeetha Date: Tue, 7 Oct 2025 20:51:44 +0530 Subject: [PATCH] [WEB-5081] fix: update timezone in user settings #7915 --- apps/api/plane/app/views/timezone/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/plane/app/views/timezone/base.py b/apps/api/plane/app/views/timezone/base.py index 3fa9efd09..fc0121179 100644 --- a/apps/api/plane/app/views/timezone/base.py +++ b/apps/api/plane/app/views/timezone/base.py @@ -99,7 +99,7 @@ class TimezoneEndpoint(APIView): ("Tunis", "Africa/Tunis"), # UTC+01:00 ( "Eastern European Time (Cairo, Helsinki, Kyiv)", - "Europe/Kiev", + "Europe/Kyiv", ), # UTC+02:00 (DST: UTC+03:00) ("Athens", "Europe/Athens"), # UTC+02:00 (DST: UTC+03:00) ("Jerusalem", "Asia/Jerusalem"), # UTC+02:00 (DST: UTC+03:00)