pgsql: Update time zone data files to tzdata release 2024b.

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 2024b.
Date: 2024-10-29 15:50:38
Message-ID: E1t5oUR-0031eD-7j@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update time zone data files to tzdata release 2024b.

Historical corrections for Mexico, Mongolia, and Portugal.
Notably, Asia/Choibalsan is now an alias for Asia/Ulaanbaatar
rather than being a separate zone, mainly because the differences
between those zones were found to be based on untrustworthy data.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/502e7bf7f09c458ce66ce043b94864b535c5d5d0

Modified Files
--------------
src/timezone/data/tzdata.zi | 1653 +++++++++++++++++++--------------------
src/timezone/known_abbrevs.txt | 2 -
src/timezone/tznames/Default | 6 +-
src/timezone/tznames/Europe.txt | 6 +-
4 files changed, 824 insertions(+), 843 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2024-10-29 16:41:47 pgsql: Unpin buffer before inplace update waits for an XID to end.
Previous Message David Rowley 2024-10-29 12:39:14 pgsql: Reduce variable scope and possibly useless palloc