Update time zone data files to tzdata release 2014h

Enterprise / PostgreSQL - Tom Lane [sss.pgh.pa.us] - 4 October 2014 13:18 UTC

Most zones in the Russian Federation are subtracting one or two hours as of 2014-10-26. Update the meanings of the abbreviations IRKT, KRAT, MAGT, MSK, NOVT, OMST, SAKT, VLAT, YAKT, YEKT to match.

The IANA timezone database has adopted abbreviations of the form AxST/AxDT for all Australian time zones, reflecting what they believe to be current majority practice Down Under. These names do not conflict with usage elsewhere (other than ACST for Acre Summer Time, which has been in disuse since 1994). Accordingly, adopt these names into our "Default" timezone abbreviation set. The "Australia" abbreviation set now contains only CST,EAST,EST,SAST,SAT,WST, all of which are thought to be mostly historical usage. Note that SAST has also been changed to be South Africa Standard Time in the "Default" abbreviation set.

Add zone abbreviations SRET (Asia/Srednekolymsk) and XJT (Asia/Urumqi), and use WSST/WSDT for western Samoa.

Also a DST law change in the Turks & Caicos Islands (America/Grand_Turk), and numerous corrections for historical time zone data.

513d06d Update time zone data files to tzdata release 2014h.
src/backend/utils/misc/postgresql.conf.sample | 2 +-
src/timezone/data/africa | 522 ++++------
src/timezone/data/antarctica | 134 +--
src/timezone/data/asia | 924 +++++++++--------
src/timezone/data/australasia | 938 ++++++++---------
src/timezone/data/backward | 9 +-
src/timezone/data/backzone | 477 +++++++++
src/timezone/data/etcetera | 3 +-
src/timezone/data/europe | 1358 +++++++++++++++----------
src/timezone/data/factory | 1 -
src/timezone/data/iso3166.tab | 12 +-
src/timezone/data/leapseconds | 4 +-
src/timezone/data/northamerica | 708 ++++++-------
src/timezone/data/pacificnew | 1 -
src/timezone/data/southamerica | 484 ++++-----
src/timezone/data/systemv | 1 -
src/timezone/data/yearistype.sh | 4 +-
src/timezone/data/zone.tab | 69 +-
src/timezone/data/zone1970.tab | 369 +++++++
src/timezone/known_abbrevs.txt | 40 +-
src/timezone/tznames/Africa.txt | 7 +-
src/timezone/tznames/America.txt | 6 +-
src/timezone/tznames/Antarctica.txt | 9 +-
src/timezone/tznames/Asia.txt | 22 +-
src/timezone/tznames/Australia | 26 +-
src/timezone/tznames/Australia.txt | 61 +-
src/timezone/tznames/Default | 69 +-
src/timezone/tznames/Europe.txt | 5 +-
src/timezone/tznames/Pacific.txt | 15 +-
29 files changed, 3572 insertions(+), 2708 deletions(-)

Upstream: git.postgresql.org


  • Share