Re: [GENERAL] Casting and Timestamp

2006-06-25 Thread Tom Lane
Mark Gibson <[EMAIL PROTECTED]> writes: > I have unexpected results when trying to cast a string to a timestamp: > test=# select TIMESTAMP WITH TIME ZONE '2006/06/25 06:00:00 GMT-5' > test-# ; >timestamptz > > 2006-06-24 20:00:00-05 IIRC, the semantics of the 'G

Re: [GENERAL] Casting and Timestamp

2006-06-25 Thread Mark Gibson
Mark Gibson wrote: I have unexpected results when trying to cast a string to a timestamp: test=# select TIMESTAMP WITH TIME ZONE '2006/06/25 06:00:00 GMT-5' test-# ; timestamptz 2006-06-24 20:00:00-05 Seems that what I get is about 10 hours earlier than I expec