Re: time stamp

From: "Mark McEahern" <marklists(at)mceahern(dot)com>
To: "nimeshb" <nimeshb(at)syscon-intl(dot)com>, "Brian McCane" <bmccane(at)mccons(dot)net>
Cc: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: time stamp
Date: 2002-06-20 15:54:46
Message-ID: NCBBLFCOHHDIKCAFGCFBAEKLLFAA.marklists@mceahern.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

> CREATE TABLE test (ts TIMESTAMP WITHOUT TIME ZONE) ; doesn't work. It
> creates that table but
> when you insert a value without time zone it stll appends -05 as time
> zone(my datestyle is US and since my time is EST it appends 05 on its own
> and that sucks )

Why do you care how pg stores the field? Are you able to retrieve it and do
the stuff you need to do?

// m

-

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message nimeshb 2002-06-20 16:07:26 Re: time stamp
Previous Message nimeshb 2002-06-20 14:30:57 Re: time stamp