pgsql: Update time zone data files to tzdata release 2013i. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Update time zone data files to tzdata release 2013i.
Date
Msg-id E1WEVUX-0006x3-5W@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Update time zone data files to tzdata release 2013i.

DST law changes in Jordan; historical changes in Cuba.

Also, remove the zones Asia/Riyadh87, Asia/Riyadh88, and Asia/Riyadh89.
Per the upstream announcement:
    The files solar87, solar88, and solar89 are no longer distributed.
    They were a negative experiment -- that is, a demonstration that
    tz data can represent solar time only with some difficulty and error.
    Their presence in the distribution caused confusion, as Riyadh
    civil time was generally not solar time in those years.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/3212ba534d8a02722855b3bcb72099e662cc464b

Modified Files
--------------
src/timezone/data/asia         |   30 ++-
src/timezone/data/northamerica |    8 +-
src/timezone/data/solar87      |  390 ---------------------------------------
src/timezone/data/solar88      |  390 ---------------------------------------
src/timezone/data/solar89      |  395 ----------------------------------------
5 files changed, 28 insertions(+), 1185 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Update time zone data files to tzdata release 2013i.
Next
From: Tom Lane
Date:
Subject: pgsql: Ooops, forgot to remove solar87 and friends from src/timezone/Ma