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-0006vZ-Cd@gemulon.postgresql.org
Views: Whole Thread | Raw Message | 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c7edf4ac246b67073563354c2808c78868cbac36

Modified Files
--------------
src/timezone/Makefile | 3 +-
src/timezone/data/tzdata.zi | 226 +++++++++++++++++++++++++-------------------
2 files changed, 133 insertions(+), 96 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.