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-0031eT-At@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
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8f1759c9b4ee8e69ee6630d7f8f1be1e2876f36e

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(-)

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