From: Jeroen van der Heijden Date: Mon, 13 Feb 2023 09:50:24 +0000 (+0100) Subject: changed Kyiv to correct Ukrainian spelling X-Git-Tag: archive/raspbian/2.0.52-1+rpi1^2~2^2~1^2~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=eb19132854371b664cc6784a94f8d48ed03b088c;p=siridb-server.git changed Kyiv to correct Ukrainian spelling --- diff --git a/help/help_timezones.md b/help/help_timezones.md index d1e09f59..9b06e8df 100644 --- a/help/help_timezones.md +++ b/help/help_timezones.md @@ -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 diff --git a/src/iso8601/iso8601.c b/src/iso8601/iso8601.c index 7a9b4461..7ab52955 100644 --- a/src/iso8601/iso8601.c +++ b/src/iso8601/iso8601.c @@ -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=: */