Re: timestamp <-> ctime conversion question...

From: Alex Mayrhofer <axelm(at)nona(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: timestamp <-> ctime conversion question...
Date: 2005-12-14 11:18:56
Message-ID: 439FFFA0.1060008@nona.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Martijn van Oosterhout wrote:
> On Tue, Dec 13, 2005 at 08:21:20PM +0100, Karsten Hilbert wrote:
>>> Presumably this would allow timestamps to be displayed with a
>>> timezone other than the current setting.
>> *Display* of timestamptz values at arbitrary time zones is
>> already possible using the "at time zone" syntax. Retrieving
>> the "original" (as in "as inserted"), however, isn't
>> possible to date. It would certainly be very useful. In
>
> Actually, a while ago I wrote a module that would allow you to store
> arbitrary tags with normal values and it would remember them. One of
> the applications I thought of was such a type:

Hi,

thanks to all for your helpful suggestions - i have now decided to go with
changing the timezone in the postgres installation to UTC - that seems to be
the best solution to me.

thanks,

Alex

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2005-12-14 11:37:21 Re: valgrind output
Previous Message Martijn van Oosterhout 2005-12-14 11:04:58 Re: timestamp <-> ctime conversion question...