pgsql: Doc: fix discussion of how to get real Julian Dates.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: fix discussion of how to get real Julian Dates.
Date: 2021-04-28 14:03:49
Message-ID: E1lbkn7-0006Hl-2q@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: fix discussion of how to get real Julian Dates.

Somehow I'd convinced myself that rotating to UTC-12 was the way
to do this, but upon further review, it's definitely UTC+12.

Discussion: https://postgr.es/m/1197050.1619123213@sss.pgh.pa.us

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/datetime.sgml | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2021-04-28 19:48:08 pgsql: Allow a partdesc-omitting-partitions to be cached
Previous Message Amit Kapila 2021-04-28 04:20:18 Re: pgsql: Implement streaming mode in ReorderBuffer.