On Sat, Dec 17, 2022 at 4:55 PM Michael Arnold <myk321@xxxxxxxxx> 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.