diff options
Diffstat (limited to 'user/libmateweather/fix-timezone.patch')
-rw-r--r-- | user/libmateweather/fix-timezone.patch | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/user/libmateweather/fix-timezone.patch b/user/libmateweather/fix-timezone.patch new file mode 100644 index 000000000..5b6a7f743 --- /dev/null +++ b/user/libmateweather/fix-timezone.patch @@ -0,0 +1,33 @@ +diff --git a/data/Locations.xml.in b/data/Locations.xml.in +index de1f5b3..2d8778c 100644 +--- a/data/Locations.xml.in ++++ b/data/Locations.xml.in +@@ -20618,13 +20618,13 @@ + <iso-code>UA</iso-code> + <fips-code>UP</fips-code> + <timezones> +- <timezone id="Europe/Kiev"> ++ <timezone id="Europe/Kyiv"> + <obsoletes>Europe/Simferopol</obsoletes> + <obsoletes>Europe/Uzhgorod</obsoletes> + <obsoletes>Europe/Zaporozhye</obsoletes> + </timezone> + </timezones> +- <tz-hint>Europe/Kiev</tz-hint> ++ <tz-hint>Europe/Kyiv</tz-hint> + <city> + <!-- A city in Ukraine --> + <name>Boryspil'</name> +@@ -20697,10 +20697,10 @@ + </city> + <city> + <!-- The capital of Ukraine. +- "Kiev" is the traditional English name. ++ "Kyiv" is the traditional English name. + The local name in Ukrainian is "Kyyiv". + --> +- <name>Kiev</name> ++ <name>Kyiv</name> + <coordinates>50.433333 30.516667</coordinates> + <location> + <name>Kyiv</name> |