Re: Support for dates before 4713 BC

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Watzinger, Alexander" <Alexander(dot)Watzinger(at)oeaw(dot)ac(dot)at>
Cc: "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Support for dates before 4713 BC
Date: 2022-08-21 18:04:12
Message-ID: 4161384.1661105052@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Watzinger, Alexander" <Alexander(dot)Watzinger(at)oeaw(dot)ac(dot)at> writes:
> Any chance to add support for dates before 4713 BC? We really would appreciate that.

I'm a little skeptical of the value of applying the Gregorian calendar
before 1582 AD, let alone thousands of years before the Romans invented
anything looking even vaguely like it.

Are you sure there's going to be any point whatsoever in trying to name
individual days that far back? ISTM you'd be lucky to assign a year
accurately.

> The 4713 BC limit feels very arbitrary, what is the reason for this exact limit?

There are existing equations for calculating Gregorian month/day/year from
Julian day count [1]. They work back to Julian day zero, at least if
you grant that proleptic Gregorian dates are sensible that far back.
Nobody around here has looked into whether they'd work for negative Julian
day numbers (I suspect not though, at least not without work that seems
rather pointless).

regards, tom lane

[1] https://en.wikipedia.org/wiki/Julian_day

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Wim Bertels 2022-08-22 07:17:09 Re: Can I get the number of results plus the results with a single query?
Previous Message Peter J. Holzer 2022-08-21 17:54:36 Re: Support for dates before 4713 BC