pgsql: Update time zone data files to tzdata release 2023c.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update time zone data files to tzdata release 2023c.
Date: 2023-04-18 18:46:53
Message-ID: E1poqLs-003inj-2m@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update time zone data files to tzdata release 2023c.

DST law changes in Egypt, Greenland, Morocco, and Palestine.

When observing Moscow time, Europe/Kirov and Europe/Volgograd now
use the abbreviations MSK/MSD instead of numeric abbreviations,
for consistency with other timezones observing Moscow time.

Also, America/Yellowknife is no longer distinct from America/Edmonton;
this affects some pre-1948 timestamps in that area.

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/62b22caa5531da8f6498f09f15ac0f09c95b1459

Modified Files
--------------
src/timezone/data/tzdata.zi | 132 ++++++++++++++++++++++++++++++++---------
src/timezone/known_abbrevs.txt | 3 +-
2 files changed, 106 insertions(+), 29 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2023-04-18 20:36:45 pgsql: Build ICU support by default.
Previous Message Tom Lane 2023-04-18 17:34:12 Re: pgsql: psql: add an optional execution-count limit to \watch.