File: 0002-add-kyiv.patch

package info (click to toggle)
python-exchangelib 5.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,084 kB
  • sloc: python: 25,351; sh: 6; makefile: 5
file content (20 lines) | stat: -rw-r--r-- 770 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Ileana Dumitrescu <ileanadumitrescu95@gmail.com>
Date: Thu, 8 Sep 2022 15:26:45 +0300
Subject: [PATCH] add kyiv

---
 exchangelib/winzone.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/exchangelib/winzone.py b/exchangelib/winzone.py
index e775a6f..12f7d31 100644
--- a/exchangelib/winzone.py
+++ b/exchangelib/winzone.py
@@ -404,6 +404,7 @@ CLDR_TO_MS_TIMEZONE_MAP = {
     "Europe/Kaliningrad": ("Kaliningrad Standard Time", "001"),
     "Europe/Kiev": ("FLE Standard Time", "001"),
     "Europe/Kirov": ("Russian Standard Time", "RU"),
+    "Europe/Kyiv": ("FLE Standard Time", "001"),
     "Europe/Lisbon": ("GMT Standard Time", "PT"),
     "Europe/Ljubljana": ("Central Europe Standard Time", "SI"),
     "Europe/London": ("GMT Standard Time", "001"),