> 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
-