BUG #12367: Wrong result on to_char() when inputing dates

Поиск
Список
Период
Сортировка
Искать
От
Israelins85@yahoo.com.br
Тема
BUG #12367: Wrong result on to_char() when inputing dates
Дата
Msg-id
20141229031218.8013.51171@wrigleys.postgresql.org
Список
Дерево обсуждения
BUG #12367: Wrong result on to_char() when inputing dates Israelins85@yahoo.com.br
Re: BUG #12367: Wrong result on to_char() when inputing dates Tom Lane <tgl@sss.pgh.pa.us>
The following bug has been logged on the website:

Bug reference:      12367
Logged by:          Israel
Email address:      Israelins85@yahoo.com.br
PostgreSQL version: 9.3.5
Operating system:   MacOs/Windows/Linux
Description:        

this select shows the diference:

SELECT 
to_char(('2014-12-28 22:01:39.151-03' AT TIME ZONE 'UTC'),
'IYYY-MM-DD"T"HH24:MI:SS.MS"Z"'), 
to_char(('2014-12-28 22:01:39.151-03' AT TIME ZONE 'UTC'),
'YYYY-MM-DD"T"HH24:MI:SS.MS"Z"')
В списке pgsql-bugs по дате отправления
От: 德哥
Дата:
От: Tom Lane
Дата:
FAQ