[libgweather] locations: Correct AoE timezone
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgweather] locations: Correct AoE timezone
- Date: Wed, 6 Dec 2017 14:23:39 +0000 (UTC)
commit 9980fcf9abe2f7b9a1f569c1d985918c2576222c
Author: Bastien Nocera <hadess hadess net>
Date: Wed Dec 6 14:48:57 2017 +0100
locations: Correct AoE timezone
Etc/UTC-12 does not exist in tzdata, it's called Etc/GMT-12.
This fixes an error in gnome-clocks:
org.gnome.Clocks-WARNING **: world.vala:271: Timezone not defined for (null). This is a bug in
libgweather database
https://bugzilla.gnome.org/show_bug.cgi?id=791307
data/Locations.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/Locations.xml b/data/Locations.xml
index 0c8116a..2782dad 100644
--- a/data/Locations.xml
+++ b/data/Locations.xml
@@ -13,9 +13,9 @@
<!-- TRANSLATORS: This is the designation for the last (most west) timezone on Earth -->
<_name>Anywhere on Earth (AoE)</_name>
<timezones>
- <timezone id="Etc/UTC-12" />
+ <timezone id="Etc/GMT-12" />
</timezones>
- <tz-hint>Etc/UTC-12</tz-hint>
+ <tz-hint>Etc/GMT-12</tz-hint>
<code>@AoE</code>
</named-timezone>
<region>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]