Re: timestamp with time zone - Mailing list pgsql-general

From Joshua D. Drake
Subject Re: timestamp with time zone
Date
Msg-id 4760C905.3040607@commandprompt.com
Whole thread Raw
In response to timestamp with time zone  (Tatsuo Ishii <ishii@postgresql.org>)
Responses Re: timestamp with time zone
List pgsql-general
Tatsuo Ishii wrote:
> Hi,

> test=# select t at time zone 'jst' from t2;
>   timezone
> -------------
>  17:34:56+09
> (1 row)
>
> test=# select t::time from t2;
>     t
> ----------
>  12:34:56
> (1 row)

Hello,

timezone_test=# select cast(t as time with time zone) from t2;
        t
  -------------
   12:34:56+04
  (1 row)

?

Sincerely,

Joshua D. Drake




pgsql-general by date:

Previous
From: Tatsuo Ishii
Date:
Subject: timestamp with time zone
Next
From: "Uwe C. Schroeder"
Date:
Subject: For the SQL gurus out there