diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-10-09 18:19:52 +0300 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2018-10-09 18:19:52 +0300 |
commit | 701f6b0819a902e8c45e19c95aad7121f9c50145 (patch) | |
tree | 3f95361d957314b79d5cee961aaeb90a660aeb9c /modules/luci-base/luasrc/sys/zoneinfo/tzoffset.lua | |
parent | 582421f3e1b147bb981bbda7db8d5e9a9c8b206b (diff) |
timezone data: update to 2018e
Update timezone data to 2018e
http://mm.icann.org/pipermail/tz-announce/2018-May/000050.html
North Korea switches back to +09 on 2018-05-05.
The main format uses negative DST again, for Ireland
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-base/luasrc/sys/zoneinfo/tzoffset.lua b/modules/luci-base/luasrc/sys/zoneinfo/tzoffset.lua index cf5afeb9d..20f57dc1b 100644 --- a/modules/luci-base/luasrc/sys/zoneinfo/tzoffset.lua +++ b/modules/luci-base/luasrc/sys/zoneinfo/tzoffset.lua @@ -34,7 +34,7 @@ OFFSET = { idt = 10800, -- IDT pkt = 18000, -- PKT wita = 28800, -- WITA - kst = 30600, -- KST + kst = 32400, -- KST jst = 32400, -- JST acst = 34200, -- ACST acdt = 37800, -- ACDT |