Re: [BUGS] Setting timezone: is it bug or intended?
35.46008-03 -- negative Is it intended? Yura Sokolov -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs
[BUGS] Setting timezone: is it bug or intended?
postgres=# set timezone='+03'; SET postgres=# select now(); now --- 2011-03-18 11:20:29.696671+03 (1 row) postgres=# set timezone='+03:00'; SET postgres=# select now(); now -- 2011-03-18 05:20:35.46008-03 (1 row)