Re: Automatic date/time - Mailing list pgsql-novice

From Bruno Wolff III
Subject Re: Automatic date/time
Date
Msg-id 20060313210155.GA2787@wolff.to
Whole thread Raw
In response to Re: Automatic date/time  ("John Christopher" <jcxxr@yahoo.com>)
List pgsql-novice
On Mon, Mar 13, 2006 at 08:37:16 -0500,
  John Christopher <jcxxr@yahoo.com> wrote:
> Hello,
> To follow up on that, how to make sure the timestamp is always stored and
> displayed at, for instance, time zone 'zulu'
> Something like
> create table ...
> {
>    datetime timestamptz default 'now() at time zone \'zulu\''
> }
> does not work; PostgreSQL complains about the syntax. Any idea.

You need to do that in the queries that are referencing the timestamps.

pgsql-novice by date:

Previous
From: "Michael Swierczek"
Date:
Subject: Re: Exception in thread "main" java.lang.OutOfMemoryError
Next
From: Michael Guerin
Date:
Subject: ESTERROR