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-0031eK-9T@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_15_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/74f70cb8633d186928fad24ff60d922613f89c6d
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(-)
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 |