>>> On Tue, Oct 9, 2007 at  6:49 AM, in message
<[EMAIL PROTECTED]>, Magne
Mæhre <[EMAIL PROTECTED]> wrote: 
> 
> Interestingly, if you cast a TIMESTAMP WITH TIME ZONE to a character

> value, it should be converted with the _original_ time zone value
(SQL 
> 2003, *5.8) _unless_ you specify "AT LOCAL".
 
A lot of the ANSI/ISO behavior is broken if TIMESTAMP WITH TIME ZONE
does
not include the time zone.  One of the least standards compliant areas
of
PostgreSQL is the date/time arithmetic; but any attempt to implement
the
standard date math will fail until the time zone is part of the WITH
TIME
ZONE data types.
 
-Kevin
 


---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
       subscribe-nomail command to [EMAIL PROTECTED] so that your
       message can get through to the mailing list cleanly

Reply via email to