pgsql: Update time zone data files to tzdata release 2021a.

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 2021a.
Date: 2021-01-24 21:30:11
Message-ID: E1l3mxX-0006vm-Em@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update time zone data files to tzdata release 2021a.

DST law changes in Russia (Volgograd zone) and South Sudan.
Historical corrections for Australia, Bahamas, Belize, Bermuda,
Ghana, Israel, Kenya, Nigeria, Palestine, Seychelles, and Vanuatu.
Notably, the Australia/Currie zone has been corrected to the point
where it is identical to Australia/Hobart.

Branch
------
REL9_6_STABLE

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

Modified Files
--------------
src/timezone/data/tzdata.zi | 226 +++++++++++++++++++++++++-------------------
1 file changed, 131 insertions(+), 95 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-01-24 23:09:01 pgsql: Make storage/standby.h compile standalone again.
Previous Message Tom Lane 2021-01-24 20:00:04 pgsql: Add a simple test for contrib/auto_explain.