pgsql: Update time zone data files to tzdata release 2022g.

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 2022g.
Date: 2023-01-31 22:37:58
Message-ID: E1pMzGH-000xhc-8I@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update time zone data files to tzdata release 2022g.

DST law changes in Greenland and Mexico. Notably, a new timezone
America/Ciudad_Juarez has been split off from America/Ojinaga.

Historical corrections for northern Canada, Colombia, and Singapore.

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/7e615477996b51487e67e36490be9a4f33114529

Modified Files
--------------
src/timezone/data/tzdata.zi | 47 ++++++++++++++++++++++++++++-----------------
1 file changed, 29 insertions(+), 18 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2023-02-01 01:42:36 pgsql: Try to fix pg_upgrade test on Windows, again.
Previous Message David Rowley 2023-01-31 21:53:20 pgsql: Remove dead NoMovementScanDirection code