[WEB-5081] fix: update timezone in user settings #7915

This commit is contained in:
Sangeetha 2025-10-07 20:51:44 +05:30 committed by GitHub
parent 0b15a32ec6
commit 89ddd1bf42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -99,7 +99,7 @@ class TimezoneEndpoint(APIView):
("Tunis", "Africa/Tunis"), # UTC+01:00 ("Tunis", "Africa/Tunis"), # UTC+01:00
( (
"Eastern European Time (Cairo, Helsinki, Kyiv)", "Eastern European Time (Cairo, Helsinki, Kyiv)",
"Europe/Kiev", "Europe/Kyiv",
), # UTC+02:00 (DST: UTC+03:00) ), # UTC+02:00 (DST: UTC+03:00)
("Athens", "Europe/Athens"), # 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) ("Jerusalem", "Asia/Jerusalem"), # UTC+02:00 (DST: UTC+03:00)