Update time zone data files to tzdata release 2018f.

DST law changes in Chile, Fiji, and Russia (Volgograd).
Historical corrections for China, Japan, Macau, and North Korea.

Note: like the previous tzdata update, this involves a depressingly
large amount of semantically-meaningless churn in tzdata.zi.  That
is a consequence of upstream's data compression method assigning
unstable abbreviations to DST rulesets.  I complained about that
to them last time, and this version now uses an assignment method
that pays some heed to not changing abbreviations unnecessarily.
So hopefully, that'll be better going forward.
This commit is contained in:
Tom Lane 2018-10-19 17:01:34 -04:00
parent e65e8f8218
commit 13877d30f2
6 changed files with 2660 additions and 2627 deletions

File diff suppressed because it is too large Load Diff

View File

@ -92,6 +92,7 @@ NZST 43200
PDT -25200 D
PKT 18000
PST -28800
PST 28800
SAST 7200
SST -39600
UCT 0

View File

@ -237,6 +237,9 @@ PDT -25200 D # Pacific Daylight Time
PET -18000 # Peru Time (obsolete)
PMDT -7200 D # Pierre & Miquelon Daylight Time (obsolete)
PMST -10800 # Pierre & Miquelon Standard Time (obsolete)
# CONFLICT! PST is not unique
# Other timezones:
# - PST: Philippine Standard Time
PST -28800 # Pacific Standard Time
# (America/Dawson)
# (America/Los_Angeles)

View File

@ -158,6 +158,10 @@ PKT 18000 # Pakistan Time
# (Asia/Karachi)
PKST 21600 D # Pakistan Summer Time
# (Asia/Karachi)
# CONFLICT! PST is not unique
# Other timezones:
# - PST: Pacific Standard Time (America)
PST 28800 # Philippine Standard Time
QYZT 21600 # Kizilorda Time (obsolete)
SAKST Asia/Sakhalin # Sakhalin Summer Time (obsolete)
SAKT Asia/Sakhalin # Sakhalin Time (obsolete)

View File

@ -181,6 +181,9 @@ PDT -25200 D # Pacific Daylight Time
# (America/Whitehorse)
PMDT -7200 D # Pierre & Miquelon Daylight Time (obsolete)
PMST -10800 # Pierre & Miquelon Standard Time (obsolete)
# CONFLICT! PST is not unique
# Other timezones:
# - PST: Philippine Standard Time
PST -28800 # Pacific Standard Time
# (America/Dawson)
# (America/Los_Angeles)

View File

@ -52,6 +52,9 @@ NZST 43200 # New Zealand Standard Time
PGT 36000 # Papua New Guinea Time (obsolete)
PHOT Pacific/Enderbury # Phoenix Islands Time (Kiribati) (obsolete)
PONT 39600 # Ponape Time (Micronesia) (obsolete)
# CONFLICT! PST is not unique
# Other timezones:
# - PST: Philippine Standard Time
PST -28800 # Pacific Standard Time
# (America/Dawson)
# (America/Los_Angeles)