diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2020-10-31 20:17:39 +0200 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2020-10-31 20:17:39 +0200 |
commit | ce3402a4530e06b1b5479e56caf9b8bb3a07dc15 (patch) | |
tree | 253f43bbabb321ece6d631e231e0abdf28f71d2b /modules/luci-base/luasrc/sys/zoneinfo/tzoffset.lua | |
parent | bdd5b47b1e39145fb6bb6b78d48dd00f9d6c115a (diff) |
timezone data: update to 2020d
Update timezone data to 2020d
2020b: http://mm.icann.org/pipermail/tz-announce/2020-October/000059.html
Macquarie Island has stayed in sync with Tasmania since 2011.
Casey, Antarctica is at +08 in winter and +11 in summer.
2020c: http://mm.icann.org/pipermail/tz-announce/2020-October/000060.html
2020d: http://mm.icann.org/pipermail/tz-announce/2020-October/000062.html
Palestine ends DST earlier than predicted, on 2020-10-24.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'modules/luci-base/luasrc/sys/zoneinfo/tzoffset.lua')
-rw-r--r-- | modules/luci-base/luasrc/sys/zoneinfo/tzoffset.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/luci-base/luasrc/sys/zoneinfo/tzoffset.lua b/modules/luci-base/luasrc/sys/zoneinfo/tzoffset.lua index e63e2a6958..caee1d2c1c 100644 --- a/modules/luci-base/luasrc/sys/zoneinfo/tzoffset.lua +++ b/modules/luci-base/luasrc/sys/zoneinfo/tzoffset.lua @@ -24,6 +24,8 @@ OFFSET = { pdt = -25200, -- PDT nst = -12600, -- NST ndt = -9000, -- NDT + aest = 36000, -- AEST + aedt = 39600, -- AEDT nzst = 43200, -- NZST nzdt = 46800, -- NZDT hkt = 28800, -- HKT @@ -38,7 +40,6 @@ OFFSET = { wet = 0, -- WET acst = 34200, -- ACST acdt = 37800, -- ACDT - aest = 36000, -- AEST awst = 28800, -- AWST msk = 10800, -- MSK sst = -39600, -- SST |