Re: int4 -> unix timestamp -> sql timestamp; abstime? - Mailing list pgsql-general

From David Fetter
Subject Re: int4 -> unix timestamp -> sql timestamp; abstime?
Date
Msg-id 20050112010240.GA4757@fetter.org
Whole thread Raw
In response to Re: int4 -> unix timestamp -> sql timestamp; abstime?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On Tue, Jan 11, 2005 at 07:44:46PM -0500, Tom Lane wrote:
> David Fetter <david@fetter.org> writes:
> >> The recommended locution is
> >>
> >> SELECT TIMESTAMP WITH TIME ZONE 'epoch' + <x> * INTERVAL '1 second';
>
> > I think this should read:
>
> > SELECT TIMESTAMP WITH TIME ZONE 'epoch' AT TIME ZONE 'UTC' + <x> * INTERVAL '1 second';
> > /*                                      ^^^^^^^^^^^^^^^^^^ */
>
> It's correct as written; your modification throws it off by the
> local GMT offset.

Thanks for the heads-up.  I was just about to Do The Wrong Thing(TM)
in a doc patch re: ALTER COLUMN TYPE :)

Cheers,
D
--
David Fetter david@fetter.org http://fetter.org/
phone: +1 510 893 6100   mobile: +1 415 235 3778

Remember to vote!

pgsql-general by date:

Previous
From: Roman Neuhauser
Date:
Subject: Re: int4 -> unix timestamp -> sql timestamp; abstime?
Next
From: Greg Stark
Date:
Subject: Bug in pg_dump in 7.4.6?