mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-27 12:50:09 +00:00
Bug 1689294: Update tzdata in ICU data files to 2021a. r=tcampbell
Differential Revision: https://phabricator.services.mozilla.com/D103281
This commit is contained in:
parent
89b9f9f096
commit
6ae41c9162
BIN
config/external/icu/data/icudt67l.dat
vendored
BIN
config/external/icu/data/icudt67l.dat
vendored
Binary file not shown.
@ -1,5 +1,7 @@
|
||||
commit 2bbcdff9a6c3b0e89183728ad7460746d455495d
|
||||
commit 95120170afa0cf622a18da37d3af58abf8ecd40e
|
||||
Author: Yoshito Umaoka <yumaoka@users.noreply.github.com>
|
||||
Date: Wed Jan 6 13:38:58 2021 -0500
|
||||
Date: Wed Jan 27 09:48:37 2021 -0500
|
||||
|
||||
ICU-21448 Update ICU tzdata in icu-data repo to 2020f (#16)
|
||||
ICU-21467 tzdata 2021a updates. Also updated build script. With this … (#17)
|
||||
|
||||
change, we no longer release ICU time zone data updates for ICU 4.2 or older releases.
|
||||
|
@ -1 +1 @@
|
||||
2020f
|
||||
2021a
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -896,6 +896,11 @@ metaZones:table(nofallback){
|
||||
{
|
||||
"Africa_Eastern",
|
||||
"2000-01-15 10:00",
|
||||
"2021-01-31 21:00",
|
||||
}
|
||||
{
|
||||
"Africa_Central",
|
||||
"2021-01-31 21:00",
|
||||
"9999-12-31 23:59",
|
||||
}
|
||||
}
|
||||
|
@ -213,7 +213,6 @@ windowsZones:table(nofallback){
|
||||
KM{"Indian/Comoro"}
|
||||
MG{"Indian/Antananarivo"}
|
||||
SO{"Africa/Mogadishu"}
|
||||
SS{"Africa/Juba"}
|
||||
TZ{"Africa/Dar_es_Salaam"}
|
||||
UG{"Africa/Kampala"}
|
||||
YT{"Indian/Mayotte"}
|
||||
@ -610,6 +609,7 @@ windowsZones:table(nofallback){
|
||||
MW{"Africa/Blantyre"}
|
||||
MZ{"Africa/Maputo"}
|
||||
RW{"Africa/Kigali"}
|
||||
SS{"Africa/Juba"}
|
||||
SZ{"Africa/Mbabane"}
|
||||
ZA{"Africa/Johannesburg"}
|
||||
ZM{"Africa/Lusaka"}
|
||||
|
@ -3,9 +3,9 @@
|
||||
// License & terms of use: http://www.unicode.org/copyright.html
|
||||
//---------------------------------------------------------
|
||||
// Build tool: tz2icu
|
||||
// Build date: Mon Jan 4 23:38:49 2021
|
||||
// Build date: Tue Jan 26 10:05:10 2021
|
||||
// tz database: ftp://ftp.iana.org/tz/
|
||||
// tz version: 2020f
|
||||
// tz version: 2021a
|
||||
// ICU version: 68.2
|
||||
//---------------------------------------------------------
|
||||
// >> !!! >> THIS IS A MACHINE-GENERATED FILE << !!! <<
|
||||
@ -13,7 +13,7 @@
|
||||
//---------------------------------------------------------
|
||||
|
||||
zoneinfo64:table(nofallback) {
|
||||
TZVersion { "2020f" }
|
||||
TZVersion { "2021a" }
|
||||
Zones:array {
|
||||
/* ACT */ :int { 356 } //Z#0
|
||||
/* AET */ :int { 368 } //Z#1
|
||||
@ -95,9 +95,9 @@ zoneinfo64:table(nofallback) {
|
||||
links:intvector { 30, 44, 45 }
|
||||
} //Z#30
|
||||
/* Africa/Juba */ :table {
|
||||
trans:intvector { -1230775588, 10360800, 24786000, 41810400, 56322000, 73432800, 87944400, 104882400, 119480400, 136332000, 151016400, 167781600, 182552400, 199231200, 214174800, 230680800, 245710800, 262735200, 277246800, 294184800, 308782800, 325634400, 340405200, 357084000, 371941200, 388533600, 403477200, 419983200, 435013200, 452037600, 466635600, 483487200, 498171600, 947930400 }
|
||||
trans:intvector { -1230775588, 10360800, 24786000, 41810400, 56322000, 73432800, 87944400, 104882400, 119480400, 136332000, 151016400, 167781600, 182552400, 199231200, 214174800, 230680800, 245710800, 262735200, 277246800, 294184800, 308782800, 325634400, 340405200, 357084000, 371941200, 388533600, 403477200, 419983200, 435013200, 452037600, 466635600, 483487200, 498171600, 947930400, 1612126800 }
|
||||
typeOffsets:intvector { 7588, 0, 7200, 0, 7200, 3600, 10800, 0 }
|
||||
typeMap:bin { "01020102010201020102010201020102010201020102010201020102010201020103" }
|
||||
typeMap:bin { "0102010201020102010201020102010201020102010201020102010201020102010301" }
|
||||
} //Z#31
|
||||
/* Africa/Kampala */ :int { 48 } //Z#32
|
||||
/* Africa/Khartoum */ :table {
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated by make_intl_data.py. DO NOT EDIT.
|
||||
// tzdata version = 2020f
|
||||
// tzdata version = 2021a
|
||||
|
||||
#ifndef builtin_intl_TimeZoneDataGenerated_h
|
||||
#define builtin_intl_TimeZoneDataGenerated_h
|
||||
|
@ -1,7 +1,7 @@
|
||||
// |reftest| skip-if(!this.hasOwnProperty("Intl"))
|
||||
|
||||
// Generated by make_intl_data.py. DO NOT EDIT.
|
||||
// tzdata version = 2020f
|
||||
// tzdata version = 2021a
|
||||
|
||||
const tzMapper = [
|
||||
x => x,
|
||||
|
@ -1,7 +1,7 @@
|
||||
// |reftest| skip-if(!this.hasOwnProperty("Intl"))
|
||||
|
||||
// Generated by make_intl_data.py. DO NOT EDIT.
|
||||
// tzdata version = 2020f
|
||||
// tzdata version = 2021a
|
||||
|
||||
const tzMapper = [
|
||||
x => x,
|
||||
|
@ -1,7 +1,7 @@
|
||||
// |reftest| skip-if(!this.hasOwnProperty("Intl"))
|
||||
|
||||
// Generated by make_intl_data.py. DO NOT EDIT.
|
||||
// tzdata version = 2020f
|
||||
// tzdata version = 2021a
|
||||
|
||||
const tzMapper = [
|
||||
x => x,
|
||||
|
@ -1,7 +1,7 @@
|
||||
// |reftest| skip-if(!this.hasOwnProperty("Intl"))
|
||||
|
||||
// Generated by make_intl_data.py. DO NOT EDIT.
|
||||
// tzdata version = 2020f
|
||||
// tzdata version = 2021a
|
||||
|
||||
const tzMapper = [
|
||||
x => x,
|
||||
|
@ -1,8 +1,8 @@
|
||||
// |reftest| skip-if(!this.hasOwnProperty("Intl"))
|
||||
|
||||
// Generated by make_intl_data.py. DO NOT EDIT.
|
||||
// tzdata version = 2020f
|
||||
const tzdata = "2020f";
|
||||
// tzdata version = 2021a
|
||||
const tzdata = "2021a";
|
||||
|
||||
if (typeof getICUOptions === "undefined") {
|
||||
var getICUOptions = SpecialPowers.Cu.getJSTestingFunctions().getICUOptions;
|
||||
|
Loading…
x
Reference in New Issue
Block a user