pgsql: Update time zone data files to tzdata release 2022g. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Update time zone data files to tzdata release 2022g.
Date
Msg-id E1pMzGH-000xhi-9g@gemulon.postgresql.org
Whole thread Raw
List 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_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/2c95d8776c6a4d7b595e4446f74bdd7fcbdf8348

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


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Remove dead NoMovementScanDirection code
Next
From: Thomas Munro
Date:
Subject: pgsql: Try to fix pg_upgrade test on Windows, again.