changed Kyiv to correct Ukrainian spelling
authorJeroen van der Heijden <jeroen@cesbit.com>
Mon, 13 Feb 2023 09:50:24 +0000 (10:50 +0100)
committerJeroen van der Heijden <jeroen@cesbit.com>
Mon, 13 Feb 2023 09:50:24 +0000 (10:50 +0100)
help/help_timezones.md
src/iso8601/iso8601.c

index d1e09f59fe8d0f45fa7b882c04e6f7cc65403456..9b06e8df5b586cdb9d253a3f5ebdba32e7a5ecf4 100644 (file)
@@ -346,7 +346,7 @@ For information on how to change the time zone see `help alter database`
 - Europe/Istanbul
 - Europe/Jersey
 - Europe/Kaliningrad
-- Europe/Kiev
+- Europe/Kyiv
 - Europe/Lisbon
 - Europe/Ljubljana
 - Europe/London
index 7a9b44616e9dfd0899299103f64f896948e3e7ee..7ab52955700bdfc24c76c766233be12da93efd1c 100644 (file)
@@ -354,7 +354,7 @@ static const char * tz_common[] = {
         "TZ=:Europe/Istanbul",
         "TZ=:Europe/Jersey",
         "TZ=:Europe/Kaliningrad",
-        "TZ=:Europe/Kiev",
+        "TZ=:Europe/Kiev",  /* obsolete, correct spelling is Europe/Kyiv */
         "TZ=:Europe/Lisbon",
         "TZ=:Europe/Ljubljana",
         "TZ=:Europe/London",
@@ -448,10 +448,11 @@ static const char * tz_common[] = {
         "TZ=:US/Hawaii",
         "TZ=:US/Mountain",
         "TZ=:US/Pacific",
-        "TZ=:UTC"
+        "TZ=:UTC",
+        "TZ=:Europe/Kyiv"
 };
 
-#define TZ_LEN 433
+#define TZ_LEN 434
 #define TZ_UTC 432
 
 /* Use this offset because names start with TZ=: */