Skip to content

Commit

Permalink
Bug 1824301: Update time zone data to tzdata2023a. r=platform-i18n-re…
Browse files Browse the repository at this point in the history
…viewers,gregtatum

Differential Revision: https://phabricator.services.mozilla.com/D173657
  • Loading branch information
anba committed Mar 29, 2023
1 parent ab80d8c commit 1efc885
Show file tree
Hide file tree
Showing 18 changed files with 62 additions and 57 deletions.
Binary file modified config/external/icu/data/icudt72l.dat
Binary file not shown.
6 changes: 3 additions & 3 deletions intl/tzdata/GIT-INFO
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
commit 02968a65f05cb5403bc2fa3d41d0a6d60f90d5e4
commit 554845af4cb8d4962620939bc589aaca58dc8855
Author: yumaoka <[email protected]>
Date: Wed Nov 30 14:10:34 2022 -0500
Date: Fri Mar 24 11:56:56 2023 -0400

ICU-22217 TZ Database 2022g updates
ICU-22334 Update tzdata to 2023b
2 changes: 1 addition & 1 deletion intl/tzdata/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022g
2023a
Binary file modified intl/tzdata/source/be/windowsZones.res
Binary file not shown.
Binary file modified intl/tzdata/source/be/zoneinfo64.res
Binary file not shown.
Binary file modified intl/tzdata/source/ee/windowsZones.res
Binary file not shown.
Binary file modified intl/tzdata/source/ee/zoneinfo64.res
Binary file not shown.
Binary file modified intl/tzdata/source/le/windowsZones.res
Binary file not shown.
Binary file modified intl/tzdata/source/le/zoneinfo64.res
Binary file not shown.
10 changes: 5 additions & 5 deletions intl/tzdata/source/windowsZones.txt
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ windowsZones:table(nofallback){
001{"America/Mexico_City"}
MX{
"America/Mexico_City America/Bahia_Banderas America/Merida America/Mo"
"nterrey"
"nterrey America/Chihuahua "
}
}
"Central Standard Time"{
Expand All @@ -177,7 +177,7 @@ windowsZones:table(nofallback){
"America/Winnipeg America/Rainy_River America/Rankin_Inlet America/Re"
"solute"
}
MX{"America/Matamoros"}
MX{"America/Matamoros America/Ojinaga"}
US{
"America/Chicago America/Indiana/Knox America/Indiana/Tell_City Ameri"
"ca/Menominee America/North_Dakota/Beulah America/North_Dakota/Center"
Expand Down Expand Up @@ -398,16 +398,16 @@ windowsZones:table(nofallback){
MA{"Africa/Casablanca"}
}
"Mountain Standard Time (Mexico)"{
001{"America/Chihuahua"}
MX{"America/Chihuahua America/Mazatlan"}
001{"America/Mazatlan"}
MX{"America/Mazatlan"}
}
"Mountain Standard Time"{
001{"America/Denver"}
CA{
"America/Edmonton America/Cambridge_Bay America/Inuvik America/Yellow"
"knife"
}
MX{"America/Ojinaga"}
MX{"America/Ciudad_Juarez"}
US{"America/Denver America/Boise"}
ZZ{"MST7MDT"}
}
Expand Down
84 changes: 44 additions & 40 deletions intl/tzdata/source/zoneinfo64.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/src/builtin/intl/TimeZoneDataGenerated.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Generated by make_intl_data.py. DO NOT EDIT.
// tzdata version = 2022g
// tzdata version = 2023a

#ifndef builtin_intl_TimeZoneDataGenerated_h
#define builtin_intl_TimeZoneDataGenerated_h
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// |reftest| skip-if(!this.hasOwnProperty("Intl"))

// Generated by make_intl_data.py. DO NOT EDIT.
// tzdata version = 2022g
// tzdata version = 2023a

const tzMapper = [
x => x,
Expand Down
3 changes: 2 additions & 1 deletion js/src/tests/non262/Intl/DateTimeFormat/timeZone_backzone.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// |reftest| skip-if(!this.hasOwnProperty("Intl"))

// Generated by make_intl_data.py. DO NOT EDIT.
// tzdata version = 2022g
// tzdata version = 2023a

const tzMapper = [
x => x,
Expand Down Expand Up @@ -77,6 +77,7 @@ const links = {
"America/St_Vincent": "America/St_Vincent",
"America/Thunder_Bay": "America/Thunder_Bay",
"America/Tortola": "America/Tortola",
"America/Yellowknife": "America/Yellowknife",
"Antarctica/DumontDUrville": "Antarctica/DumontDUrville",
"Antarctica/McMurdo": "Antarctica/McMurdo",
"Antarctica/Syowa": "Antarctica/Syowa",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// |reftest| skip-if(!this.hasOwnProperty("Intl"))

// Generated by make_intl_data.py. DO NOT EDIT.
// tzdata version = 2022g
// tzdata version = 2023a

const tzMapper = [
x => x,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// |reftest| skip-if(!this.hasOwnProperty("Intl"))

// Generated by make_intl_data.py. DO NOT EDIT.
// tzdata version = 2022g
// tzdata version = 2023a

const tzMapper = [
x => x,
Expand Down
4 changes: 2 additions & 2 deletions js/src/tests/non262/Intl/DateTimeFormat/timeZone_version.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// |reftest| skip-if(!this.hasOwnProperty("Intl"))

// Generated by make_intl_data.py. DO NOT EDIT.
// tzdata version = 2022g
const tzdata = "2022g";
// tzdata version = 2023a
const tzdata = "2023a";

if (typeof getICUOptions === "undefined") {
var getICUOptions = SpecialPowers.Cu.getJSTestingFunctions().getICUOptions;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// |reftest| skip-if(!this.hasOwnProperty("Intl"))

// Generated by make_intl_data.py. DO NOT EDIT.
// tzdata version = 2022g
// tzdata version = 2023a

// This file was generated with historical, pre-1970 backzone information
// respected.
Expand Down

0 comments on commit 1efc885

Please sign in to comment.