Re: Obtaining the Julian Day from a date

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Karl O(dot) Pinc" <kop(at)meme(dot)com>
Cc: Bruno Wolff III <bruno(at)wolff(dot)to>, pgsql-general(at)postgresql(dot)org
Subject: Re: Obtaining the Julian Day from a date
Date: 2004-09-11 18:54:42
Message-ID: 22342.1094928882@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Karl O. Pinc" <kop(at)meme(dot)com> writes:
> Are there external representations of BC dates?

Of course.

regression=# select to_char(date '4714-11-24 BC', 'J');
to_char
---------
0
(1 row)

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Dan Sugalski 2004-09-11 19:00:04 Re: Speeding up LIKE with placeholders?
Previous Message Karl O. Pinc 2004-09-11 18:20:29 Re: Obtaining the Julian Day from a date