From b6de509a9dbcc11c4da33c0e603b0a024a5c9f0f Mon Sep 17 00:00:00 2001 From: Pal Szabo Date: Tue, 26 Sep 2023 14:14:24 +0200 Subject: [PATCH] Kyiv not Kiev Correction to use the official spelling. Microsoft is also using the Ukrainian, rather than the Russian name: https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/default-time-zones?view=windows-11. (The city is the capital of Ukraine, that's why.) --- pendulum/tz/data/windows.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pendulum/tz/data/windows.py b/pendulum/tz/data/windows.py index e76e6bbf..7216a4e7 100644 --- a/pendulum/tz/data/windows.py +++ b/pendulum/tz/data/windows.py @@ -46,7 +46,7 @@ "Eastern Standard Time (Mexico)": "America/Cancun", "Egypt Standard Time": "Africa/Cairo", "Ekaterinburg Standard Time": "Asia/Yekaterinburg", - "FLE Standard Time": "Europe/Kiev", + "FLE Standard Time": "Europe/Kyiv", "Fiji Standard Time": "Pacific/Fiji", "GMT Standard Time": "Europe/London", "GTB Standard Time": "Europe/Bucharest",