diff options
Diffstat (limited to 'common/supplemental')
-rw-r--r-- | common/supplemental/metaZones.xml | 6 | ||||
-rw-r--r-- | common/supplemental/windowsZones.xml | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/common/supplemental/metaZones.xml b/common/supplemental/metaZones.xml index 329e1e0..db3e806 100644 --- a/common/supplemental/metaZones.xml +++ b/common/supplemental/metaZones.xml @@ -357,7 +357,8 @@ For terms of use, see http://www.unicode.org/copyright.html </timezone> <timezone type="America/Dawson"> <usesMetazone to="1973-10-28 09:00" mzone="Yukon"/> - <usesMetazone from="1973-10-28 09:00" mzone="America_Pacific"/> + <usesMetazone to="2020-03-08 10:00" from="1973-10-28 09:00" mzone="America_Pacific"/> + <usesMetazone from="2020-03-08 10:00" mzone="America_Mountain"/> </timezone> <timezone type="America/Dawson_Creek"> <usesMetazone to="1972-08-30 09:00" mzone="America_Pacific"/> @@ -746,7 +747,8 @@ For terms of use, see http://www.unicode.org/copyright.html <usesMetazone mzone="America_Pacific"/> </timezone> <timezone type="America/Whitehorse"> - <usesMetazone mzone="America_Pacific"/> + <usesMetazone to="2020-03-08 10:00" mzone="America_Pacific"/> + <usesMetazone from="2020-03-08 10:00" mzone="America_Mountain"/> </timezone> <timezone type="America/Winnipeg"> <usesMetazone mzone="America_Central"/> diff --git a/common/supplemental/windowsZones.xml b/common/supplemental/windowsZones.xml index d22fc6f..c3ae2b7 100644 --- a/common/supplemental/windowsZones.xml +++ b/common/supplemental/windowsZones.xml @@ -58,13 +58,13 @@ For terms of use, see http://www.unicode.org/copyright.html <!-- (UTC-08:00) Pacific Time (US & Canada) --> <mapZone other="Pacific Standard Time" territory="001" type="America/Los_Angeles"/> - <mapZone other="Pacific Standard Time" territory="CA" type="America/Vancouver America/Dawson America/Whitehorse"/> + <mapZone other="Pacific Standard Time" territory="CA" type="America/Vancouver"/> <mapZone other="Pacific Standard Time" territory="US" type="America/Los_Angeles"/> <mapZone other="Pacific Standard Time" territory="ZZ" type="PST8PDT"/> <!-- (UTC-07:00) Arizona --> <mapZone other="US Mountain Standard Time" territory="001" type="America/Phoenix"/> - <mapZone other="US Mountain Standard Time" territory="CA" type="America/Dawson_Creek America/Creston America/Fort_Nelson"/> + <mapZone other="US Mountain Standard Time" territory="CA" type="America/Whitehorse America/Creston America/Dawson America/Dawson_Creek America/Fort_Nelson"/> <mapZone other="US Mountain Standard Time" territory="MX" type="America/Hermosillo"/> <mapZone other="US Mountain Standard Time" territory="US" type="America/Phoenix"/> <mapZone other="US Mountain Standard Time" territory="ZZ" type="Etc/GMT+7"/> |