Timezone data: Update to 2015a
Timezone information is updated to 2015a, released on 30 Jan 15. I used build/zoneinfo2lua.pl to pull data from my Ubuntu 14.10. Changes are rather small: http://mm.icann.org/pipermail/tz-announce/2015-January/000028.html The Mexican state of Quintana Roo, represented by America/Cancun, will shift from Central Time with DST to Eastern Time without DST. Chile will not change clocks in April or thereafter; its new standard time will be its old daylight saving time. This affects America/Santiago, Pacific/Easter, and Antarctica/Palmer. Ps. I manually edited headers to have the shorter new copyright, instead of the long one generated buy the script. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
parent
84346cd178
commit
fd1042f5ee
2 changed files with 6 additions and 8 deletions
|
@ -86,7 +86,7 @@ TZ = {
|
|||
{ 'America/Boise', 'MST7MDT,M3.2.0,M11.1.0' },
|
||||
{ 'America/Cambridge Bay', 'MST7MDT,M3.2.0,M11.1.0' },
|
||||
{ 'America/Campo Grande', 'AMT4AMST,M10.3.0/0,M2.3.0/0' },
|
||||
{ 'America/Cancun', 'CST6CDT,M4.1.0,M10.5.0' },
|
||||
{ 'America/Cancun', 'EST5' },
|
||||
{ 'America/Caracas', 'VET4:30' },
|
||||
{ 'America/Cayenne', 'GFT3' },
|
||||
{ 'America/Cayman', 'EST5' },
|
||||
|
@ -178,7 +178,7 @@ TZ = {
|
|||
{ 'America/Rio Branco', 'ACT5' },
|
||||
{ 'America/Santa Isabel', 'PST8PDT,M4.1.0,M10.5.0' },
|
||||
{ 'America/Santarem', 'BRT3' },
|
||||
{ 'America/Santiago', 'CLT4CLST,M9.1.6/24,M4.4.6/24' },
|
||||
{ 'America/Santiago', 'CLT3' },
|
||||
{ 'America/Santo Domingo', 'AST4' },
|
||||
{ 'America/Sao Paulo', 'BRT3BRST,M10.3.0/0,M2.3.0/0' },
|
||||
{ 'America/Scoresbysund', 'EGT1EGST,M3.5.0/0,M10.5.0/1' },
|
||||
|
@ -207,7 +207,7 @@ TZ = {
|
|||
{ 'Antarctica/Macquarie', 'MIST-11' },
|
||||
{ 'Antarctica/Mawson', 'MAWT-5' },
|
||||
{ 'Antarctica/McMurdo', 'NZST-12NZDT,M9.5.0,M4.1.0/3' },
|
||||
{ 'Antarctica/Palmer', 'CLT4CLST,M9.1.6/24,M4.4.6/24' },
|
||||
{ 'Antarctica/Palmer', 'CLT3' },
|
||||
{ 'Antarctica/Rothera', 'ROTT3' },
|
||||
{ 'Antarctica/Syowa', 'SYOT-3' },
|
||||
{ 'Antarctica/Troll', 'UTC0CEST-2,M3.5.0/1,M10.5.0/3' },
|
||||
|
@ -384,7 +384,7 @@ TZ = {
|
|||
{ 'Pacific/Bougainville', 'BST-11' },
|
||||
{ 'Pacific/Chatham', 'CHAST-12:45CHADT,M9.5.0/2:45,M4.1.0/3:45' },
|
||||
{ 'Pacific/Chuuk', 'CHUT-10' },
|
||||
{ 'Pacific/Easter', 'EAST6EASST,M9.1.6/22,M4.4.6/22' },
|
||||
{ 'Pacific/Easter', 'EAST5' },
|
||||
{ 'Pacific/Efate', 'VUT-11' },
|
||||
{ 'Pacific/Enderbury', 'PHOT-13' },
|
||||
{ 'Pacific/Fakaofo', 'TKT-13' },
|
||||
|
|
|
@ -45,8 +45,7 @@ OFFSET = {
|
|||
uyst = -7200, -- UYST
|
||||
fnt = -7200, -- FNT
|
||||
srt = -10800, -- SRT
|
||||
clt = -14400, -- CLT
|
||||
clst = -10800, -- CLST
|
||||
clt = -10800, -- CLT
|
||||
egt = -3600, -- EGT
|
||||
egst = 0, -- EGST
|
||||
nst = -12600, -- NST
|
||||
|
@ -135,8 +134,7 @@ OFFSET = {
|
|||
chast = 45900, -- CHAST
|
||||
chadt = 49500, -- CHADT
|
||||
chut = 36000, -- CHUT
|
||||
east = -21600, -- EAST
|
||||
easst = -18000, -- EASST
|
||||
east = -18000, -- EAST
|
||||
vut = 39600, -- VUT
|
||||
phot = 46800, -- PHOT
|
||||
tkt = 46800, -- TKT
|
||||
|
|
Loading…
Reference in a new issue