[WEB-5081] fix: update timezone in user settings #7915
This commit is contained in:
parent
0b15a32ec6
commit
89ddd1bf42
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue