Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2021-10-28 21:24:18 +0300
committerHannu Nyman <hannu.nyman@iki.fi>2021-10-28 21:24:18 +0300
commit0740023a3c44ebfb47126b8c9bb4e9a20985aa55 (patch)
tree5d11ef4f4eb9d997fe3674ada6fab7d2a79eb844 /modules
parentcbc4c7e9ae45a5cc8a7f7ae261abff0cc1740817 (diff)
timezone data: update to 2021e
Update timezone data to 2021e. http://mm.icann.org/pipermail/tz-announce/2021-September/000066.html * Jordan now starts DST on February's last Thursday. * Samoa no longer observes DST. * Rename Pacific/Enderbury to Pacific/Kanton. http://mm.icann.org/pipermail/tz-announce/2021-October/000068.html * Fiji will suspend observance of DST for the 2021/2022 season. http://mm.icann.org/pipermail/tz-announce/2021-October/000069.html * Palestine will fall back 10-29 (not 10-30) Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'modules')
-rw-r--r--modules/luci-base/luasrc/sys/zoneinfo/tzdata.lua10
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/luci-base/luasrc/sys/zoneinfo/tzdata.lua b/modules/luci-base/luasrc/sys/zoneinfo/tzdata.lua
index 787b910f4c..faf7761fe5 100644
--- a/modules/luci-base/luasrc/sys/zoneinfo/tzdata.lua
+++ b/modules/luci-base/luasrc/sys/zoneinfo/tzdata.lua
@@ -216,7 +216,7 @@ TZ = {
{ 'Arctic/Longyearbyen', 'CET-1CEST,M3.5.0,M10.5.0/3' },
{ 'Asia/Aden', '<+03>-3' },
{ 'Asia/Almaty', '<+06>-6' },
- { 'Asia/Amman', 'EET-2EEST,M3.5.4/24,M10.5.5/1' },
+ { 'Asia/Amman', 'EET-2EEST,M2.5.4/24,M10.5.5/1' },
{ 'Asia/Anadyr', '<+12>-12' },
{ 'Asia/Aqtau', '<+05>-5' },
{ 'Asia/Aqtobe', '<+05>-5' },
@@ -239,8 +239,8 @@ TZ = {
{ 'Asia/Dubai', '<+04>-4' },
{ 'Asia/Dushanbe', '<+05>-5' },
{ 'Asia/Famagusta', 'EET-2EEST,M3.5.0/3,M10.5.0/4' },
- { 'Asia/Gaza', 'EET-2EEST,M3.4.4/48,M10.4.4/49' },
- { 'Asia/Hebron', 'EET-2EEST,M3.4.4/48,M10.4.4/49' },
+ { 'Asia/Gaza', 'EET-2EEST,M3.4.4/48,M10.5.5/1' },
+ { 'Asia/Hebron', 'EET-2EEST,M3.4.4/48,M10.5.5/1' },
{ 'Asia/Ho Chi Minh', '<+07>-7' },
{ 'Asia/Hong Kong', 'HKT-8' },
{ 'Asia/Hovd', '<+07>-7' },
@@ -416,14 +416,13 @@ TZ = {
{ 'Indian/Mauritius', '<+04>-4' },
{ 'Indian/Mayotte', 'EAT-3' },
{ 'Indian/Reunion', '<+04>-4' },
- { 'Pacific/Apia', '<+13>-13<+14>,M9.5.0/3,M4.1.0/4' },
+ { 'Pacific/Apia', '<+13>-13' },
{ 'Pacific/Auckland', 'NZST-12NZDT,M9.5.0,M4.1.0/3' },
{ 'Pacific/Bougainville', '<+11>-11' },
{ 'Pacific/Chatham', '<+1245>-12:45<+1345>,M9.5.0/2:45,M4.1.0/3:45' },
{ 'Pacific/Chuuk', '<+10>-10' },
{ 'Pacific/Easter', '<-06>6<-05>,M9.1.6/22,M4.1.6/22' },
{ 'Pacific/Efate', '<+11>-11' },
- { 'Pacific/Enderbury', '<+13>-13' },
{ 'Pacific/Fakaofo', '<+13>-13' },
{ 'Pacific/Fiji', '<+12>-12<+13>,M11.2.0,M1.2.3/99' },
{ 'Pacific/Funafuti', '<+12>-12' },
@@ -432,6 +431,7 @@ TZ = {
{ 'Pacific/Guadalcanal', '<+11>-11' },
{ 'Pacific/Guam', 'ChST-10' },
{ 'Pacific/Honolulu', 'HST10' },
+ { 'Pacific/Kanton', '<+13>-13' },
{ 'Pacific/Kiritimati', '<+14>-14' },
{ 'Pacific/Kosrae', '<+11>-11' },
{ 'Pacific/Kwajalein', '<+12>-12' },