pgsql: Update time zone data files to tzdata release 2016j.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update time zone data files to tzdata release 2016j.
Date: 2017-01-30 16:41:24
Message-ID: E1cYF1A-0006ro-3E@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update time zone data files to tzdata release 2016j.

DST law changes in northern Cyprus (new zone Asia/Famagusta), Russia (new
zone Europe/Saratov), Tonga, Antarctica/Casey. Historical corrections for
Asia/Aqtau, Asia/Atyrau, Asia/Gaza, Asia/Hebron, Italy, Malta. Replace
invented zone abbreviation "TOT" for Tonga with numeric UTC offset; but
as in the past, we'll keep accepting "TOT" for input.

Branch
------
REL9_6_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/6da67b684a605ed320b39fe974d631fe5682e8bc

Modified Files
--------------
src/timezone/data/africa | 2 +-
src/timezone/data/antarctica | 7 +-
src/timezone/data/asia | 112 +++++++++++++++----------
src/timezone/data/australasia | 18 ++++-
src/timezone/data/europe | 171 +++++++++++++++++++++++----------------
src/timezone/known_abbrevs.txt | 2 +-
src/timezone/tznames/Default | 3 +-
src/timezone/tznames/Pacific.txt | 3 +-
8 files changed, 196 insertions(+), 122 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2017-01-30 16:59:53 Re: pgsql: test_pg_dump TAP test whitespace cleanup
Previous Message Heikki Linnakangas 2017-01-30 08:54:52 Re: pgsql: Simplify tape block format.