Re: Setting timezone: is it bug or intended? - Mailing list pgsql-bugs

From Yura Sokolov
Subject Re: Setting timezone: is it bug or intended?
Date
Msg-id 4D892810.5040001@gmail.com
Whole thread Raw
In response to Re: Setting timezone: is it bug or intended?  (Susanne Ebrecht <susanne@2ndQuadrant.com>)
Responses Re: Setting timezone: is it bug or intended?  (Bruce Momjian <bruce@momjian.us>)
List pgsql-bugs
21.03.2011 15:51, Susanne Ebrecht ïèøåò:
> Hello Yora Sokolov,
>
> Maybe this is not a bug - just an inconsistence:
>
> Look here (tested with 9.0):
>
> =# set timezone='+3.5';
> SET
> =# select current_timestamp;
>                now
> ----------------------------------
>  2011-03-21 16:05:34.761112+03:30
> (1 row)
>
> In any case, this should get documented.
>
> Susanne
>
>
My question were about sign of timezone:

postgres=# set timezone='+03'; -- positive
postgres=# select now();
2011-03-18 11:20:29.696671+03 -- positive
postgres=# set timezone='+03:00'; -- positive
2011-03-18 05:20:35.46008-03 -- negative

Is it intended?

Yura Sokolov

pgsql-bugs by date:

Previous
From: Itagaki Takahiro
Date:
Subject: Re: ERROR: character 0xe3809c of encoding "UTF8" has no equivalent in EUC_JP
Next
From: Tatsuo Ishii
Date:
Subject: Re: ERROR: character 0xe3809c of encoding "UTF8" has no equivalent in EUC_JP