From 0ecaf74ae3ce0b21d88f792c5fe9af6775b2a1e1 Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Thu, 1 Dec 2022 21:52:22 +0200 Subject: [PATCH] timezone data: update to 2022g MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Update timezone data to 2022g. * https://mm.icann.org/pipermail/tz-announce/2022-November/000076.html - In the Mexican state of Chihuahua, the border strip near the US will change to agree with nearby US locations on 2022-11-30. The strip's western part, represented by Ciudad Juárez, switches from -06 all year to -07/-06 with US DST rules, like El Paso, TX. The eastern part, represented by Ojinaga, will observe US DST next year, like Presidio, TX. - A new Zone America/Ciudad_Juarez splits from America/Ojinaga. - Much of Greenland, represented by America/Nuuk, stops observing winter time after March 2023, so its daylight saving time becomes standard time. Signed-off-by: Hannu Nyman [adapt the commit in master, lua instead of ucode] (cherry picked from commit 7e42425e7bd56d13a38cd5c7a500166faf6548bf) --- modules/luci-base/luasrc/sys/zoneinfo/tzdata.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/luci-base/luasrc/sys/zoneinfo/tzdata.lua b/modules/luci-base/luasrc/sys/zoneinfo/tzdata.lua index 9760e2dc8f..f0397a9853 100644 --- a/modules/luci-base/luasrc/sys/zoneinfo/tzdata.lua +++ b/modules/luci-base/luasrc/sys/zoneinfo/tzdata.lua @@ -92,6 +92,7 @@ TZ = { { 'America/Cayman', 'EST5' }, { 'America/Chicago', 'CST6CDT,M3.2.0,M11.1.0' }, { 'America/Chihuahua', 'CST6' }, + { 'America/Ciudad Juarez', 'MST7MDT,M3.2.0,M11.1.0' }, { 'America/Costa Rica', 'CST6' }, { 'America/Creston', 'MST7' }, { 'America/Cuiaba', '<-04>4' }, @@ -160,10 +161,9 @@ TZ = { { 'America/North Dakota/Beulah', 'CST6CDT,M3.2.0,M11.1.0' }, { 'America/North Dakota/Center', 'CST6CDT,M3.2.0,M11.1.0' }, { 'America/North Dakota/New Salem', 'CST6CDT,M3.2.0,M11.1.0' }, - { 'America/Nuuk', '<-03>3<-02>,M3.5.0/-2,M10.5.0/-1' }, - { 'America/Ojinaga', 'CST6' }, + { 'America/Nuuk', '<-02>2' }, + { 'America/Ojinaga', 'CST6CDT,M3.2.0,M11.1.0' }, { 'America/Panama', 'EST5' }, - { 'America/Pangnirtung', 'EST5EDT,M3.2.0,M11.1.0' }, { 'America/Paramaribo', '<-03>3' }, { 'America/Phoenix', 'MST7' }, { 'America/Port of Spain', 'AST4' }, -- 2.30.2