Re: timestamp with time zone a la sql99 - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: timestamp with time zone a la sql99
Date
Msg-id 417DA785.7010208@familyhealth.com.au
Whole thread Raw
In response to Re: timestamp with time zone a la sql99  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: timestamp with time zone a la sql99
List pgsql-hackers
>>>regression=# set timezone to 'US/Arizona';
>>>SET
>>>regression=# select now();
>>>now
>>>-------------------------------
>>>2004-10-25 10:52:49.441559-07
> 
> 
>>Wow!   When did that get fixed?   How do I keep track of this stuff if you 
>>guys keep fixing it?   ;-)

That's worked for ages.  What doesn't work is this:

usatest=# select current_timestamp at time zone 'US/Arizona';
ERROR:  time zone "us/arizona" not recognized

Chris


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Using ALTER TABLESPACE in pg_dump
Next
From: Tom Lane
Date:
Subject: Re: timestamp with time zone a la sql99