On Sat, Dec 17, 2022 at 4:55 PM Michael Arnold <myk321(at)gmail(dot)com> wrote:
> How do I interpret the 4 bytes of postgresql 'date' value?
>
See date2j and j2date in datetime.c
timestamp.h has the relevant constant Tom refers to (POSTGRES_EPOCH_JDATE)
David J.