mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
import tzdata and DNS from tenfourfox (as of rev 16c85bb3)
This commit is contained in:
parent
75e16e5121
commit
c0eddaf735
4 changed files with 117 additions and 34 deletions
|
|
@ -1,5 +1,6 @@
|
|||
// © 2016 and later: Unicode, Inc. and others.
|
||||
// License & terms of use: http://www.unicode.org/copyright.html#License
|
||||
// License & terms of use: http://www.unicode.org/copyright.html
|
||||
// Generated using tools/cldr/cldr-to-icu/build-icu-data.xml
|
||||
metaZones:table(nofallback){
|
||||
mapTimezones{
|
||||
Acre{
|
||||
|
|
@ -289,6 +290,7 @@ metaZones:table(nofallback){
|
|||
RS{"Europe/Belgrade"}
|
||||
SE{"Europe/Stockholm"}
|
||||
SI{"Europe/Ljubljana"}
|
||||
SJ{"Arctic/Longyearbyen"}
|
||||
SK{"Europe/Bratislava"}
|
||||
SM{"Europe/San_Marino"}
|
||||
TN{"Africa/Tunis"}
|
||||
|
|
@ -1273,6 +1275,11 @@ metaZones:table(nofallback){
|
|||
{
|
||||
"Argentina_Western",
|
||||
"2008-01-21 02:00",
|
||||
"2009-10-11 04:00",
|
||||
}
|
||||
{
|
||||
"Argentina",
|
||||
"2009-10-11 04:00",
|
||||
"9999-12-31 23:59",
|
||||
}
|
||||
}
|
||||
|
|
@ -1548,6 +1555,11 @@ metaZones:table(nofallback){
|
|||
{
|
||||
"America_Pacific",
|
||||
"1973-10-28 09:00",
|
||||
"2020-03-08 10:00",
|
||||
}
|
||||
{
|
||||
"America_Mountain",
|
||||
"2020-03-08 10:00",
|
||||
"9999-12-31 23:59",
|
||||
}
|
||||
}
|
||||
|
|
@ -2521,6 +2533,13 @@ metaZones:table(nofallback){
|
|||
"America:Whitehorse"{
|
||||
{
|
||||
"America_Pacific",
|
||||
"1970-01-01 00:00",
|
||||
"2020-03-08 10:00",
|
||||
}
|
||||
{
|
||||
"America_Mountain",
|
||||
"2020-03-08 10:00",
|
||||
"9999-12-31 23:59",
|
||||
}
|
||||
}
|
||||
"America:Winnipeg"{
|
||||
|
|
@ -2720,7 +2739,7 @@ metaZones:table(nofallback){
|
|||
}
|
||||
{
|
||||
"Kazakhstan_Western",
|
||||
"2005-10-30 21:00",
|
||||
"2004-10-30 21:00",
|
||||
"9999-12-31 23:59",
|
||||
}
|
||||
}
|
||||
|
|
@ -2830,6 +2849,11 @@ metaZones:table(nofallback){
|
|||
{
|
||||
"Choibalsan",
|
||||
"1983-03-31 16:00",
|
||||
"2008-03-30 15:00",
|
||||
}
|
||||
{
|
||||
"Mongolia",
|
||||
"2008-03-30 15:00",
|
||||
"9999-12-31 23:59",
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
// © 2016 and later: Unicode, Inc. and others.
|
||||
// License & terms of use: http://www.unicode.org/copyright.html#License
|
||||
// © 2016 and later: Unicode, Inc. and others.
|
||||
// License & terms of use: http://www.unicode.org/copyright.html
|
||||
// Generated using tools/cldr/cldr-to-icu/build-icu-data.xml
|
||||
timezoneTypes:table(nofallback){
|
||||
bcpTypeAlias{
|
||||
tz{
|
||||
|
|
@ -27,6 +28,7 @@ timezoneTypes:table(nofallback){
|
|||
"America:Indiana:Indianapolis"{"America/Indianapolis"}
|
||||
"America:Kentucky:Louisville"{"America/Louisville"}
|
||||
"America:Knox_IN"{"America/Indiana/Knox"}
|
||||
"America:Nuuk"{"America/Godthab"}
|
||||
"America:Porto_Acre"{"America/Rio_Branco"}
|
||||
"America:Rosario"{"America/Cordoba"}
|
||||
"America:Shiprock"{"America/Denver"}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
// © 2016 and later: Unicode, Inc. and others.
|
||||
// License & terms of use: http://www.unicode.org/copyright.html#License
|
||||
// License & terms of use: http://www.unicode.org/copyright.html
|
||||
// Generated using tools/cldr/cldr-to-icu/build-icu-data.xml
|
||||
windowsZones:table(nofallback){
|
||||
mapTimezones{
|
||||
"AUS Central Standard Time"{
|
||||
|
|
@ -466,7 +467,7 @@ windowsZones:table(nofallback){
|
|||
}
|
||||
"Pacific Standard Time"{
|
||||
001{"America/Los_Angeles"}
|
||||
CA{"America/Vancouver America/Dawson America/Whitehorse"}
|
||||
CA{"America/Vancouver"}
|
||||
US{"America/Los_Angeles"}
|
||||
ZZ{"PST8PDT"}
|
||||
}
|
||||
|
|
@ -674,7 +675,10 @@ windowsZones:table(nofallback){
|
|||
}
|
||||
"US Mountain Standard Time"{
|
||||
001{"America/Phoenix"}
|
||||
CA{"America/Dawson_Creek America/Creston America/Fort_Nelson"}
|
||||
CA{
|
||||
"America/Whitehorse America/Creston America/Dawson America/Dawson_Cre"
|
||||
"ek America/Fort_Nelson"
|
||||
}
|
||||
MX{"America/Hermosillo"}
|
||||
US{"America/Phoenix"}
|
||||
ZZ{"Etc/GMT+7"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue