Re: (8.1) to_timestamp correction (epoch to timestamptz) - Mailing list pgsql-patches

From Michael Glaesemann
Subject Re: (8.1) to_timestamp correction (epoch to timestamptz)
Date
Msg-id C9B76C86-BAD5-4028-A290-0E205F7E953A@myrealbox.com
Whole thread Raw
In response to Re: (8.1) to_timestamp correction (epoch to timestamptz)  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
On Jun 10, 2005, at 1:29 AM, Bruce Momjian wrote:

> I have modified your original patch and applied it.  Tom mentioned
> to me
> privately that none of the AT TIME ZONE clauses is required, probably
> because epoch is already UTC, and adding seconds to it just keeps it
> UTC, then it is converted to your local timezone for display.  I also
> found your patch was lacking two _null_ columns that are now needed
> because of pg_proc column additions.

Thank, Tom and Bruce, for fixing and applying my patch.

Michael Glaesemann
grzm myrealbox com


pgsql-patches by date:

Previous
From: Neil Conway
Date:
Subject: Re: PQmakeEmptyPGresult() will return NULL if allocation
Next
From: Michael Glaesemann
Date:
Subject: --enable-integer-datetimes doc patch