Re: timezones BCE - Mailing list pgsql-hackers

From Tom Lane
Subject Re: timezones BCE
Date
Msg-id 1229118.1649873406@sss.pgh.pa.us
Whole thread Raw
In response to Re: timezones BCE  (chap@anastigmatix.net)
Responses Re: timezones BCE  (Dave Cramer <davecramer@gmail.com>)
List pgsql-hackers
chap@anastigmatix.net writes:
> On 2022-04-13 12:33, Dave Cramer wrote:
>> Specifically why the -05:17:32

> Timezones were regularized into their (typically hour-wide) chunks
> during a period around the late nineteenth century IIRC.

> If you decompile the zoneinfo database to look at America/Toronto,
> you will probably find an entry for dates earlier than when the
> regularized zones were established there, and that entry will have
> an offset reflecting Toronto's actual longitude.

Yeah, you'll see these weird offsets in just about every zone for dates
earlier than the late 1800s.  I've got my doubts about how useful it is
to do that, but that's the policy the tzdb guys have.

At one point I was considering whether we could project the oldest
recorded "standard time" offset backwards instead of believing the LMT
offsets.  This would confuse many fewer people, and it's no less
logically defensible than applying the Gregorian calendar to years
centuries before Pope Gregory was born.  But I fear that horse may
have left the barn already --- changing this behavior would have
its own downsides, and I do not think any other tzdb consumers do it.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Yedil Serzhan
Date:
Subject: GSoC:
Next
From: Dave Cramer
Date:
Subject: Re: timezones BCE