Re: BUG #18455: DST information is flagged wrongly - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #18455: DST information is flagged wrongly
Date
Msg-id 2241008.1714668145@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #18455: DST information is flagged wrongly  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
I wrote:
> Ah ... having now refreshed my memory, the answer is that RHEL
> and Apple are distributing "rearguard" tzdata files, whereas
> ours are built with the main ("vanguard") data model.

Further to that ... on recent Fedora I get

$ zdump -v Europe/Dublin | grep 2024
Europe/Dublin  Sun Mar 31 00:59:59 2024 UT = Sun Mar 31 00:59:59 2024 GMT isdst=1 gmtoff=0
Europe/Dublin  Sun Mar 31 01:00:00 2024 UT = Sun Mar 31 02:00:00 2024 IST isdst=0 gmtoff=3600
Europe/Dublin  Sun Oct 27 00:59:59 2024 UT = Sun Oct 27 01:59:59 2024 IST isdst=0 gmtoff=3600
Europe/Dublin  Sun Oct 27 01:00:00 2024 UT = Sun Oct 27 01:00:00 2024 GMT isdst=1 gmtoff=0

So Red Hat is indeed moving in the direction of adopting the vanguard
data; they just haven't pulled that trigger yet in RHEL.

            regards, tom lane



pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #18455: DST information is flagged wrongly
Next
From: Peter Geoghegan
Date:
Subject: Re: BUG #17257: (auto)vacuum hangs within lazy_scan_prune()