Re: time stamp - Mailing list pgsql-admin

From Mark McEahern
Subject Re: time stamp
Date
Msg-id NCBBLFCOHHDIKCAFGCFBAEKLLFAA.marklists@mceahern.com
Whole thread Raw
In response to Re: time stamp  ("nimeshb" <nimeshb@syscon-intl.com>)
List 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

-


pgsql-admin by date:

Previous
From: "nimeshb"
Date:
Subject: Re: time stamp
Next
From: "nimeshb"
Date:
Subject: Re: time stamp