BUG #16027: Invalid output of to_timestamp

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #16027: Invalid output of to_timestamp
Дата
Msg-id 16027-8b799f2d11947553@postgresql.org
обсуждение исходный текст
Ответы Re: BUG #16027: Invalid output of to_timestamp
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      16027
Logged by:          Jeff Sturm
Email address:      jeff.sturm@helloworld.com
PostgreSQL version: Unsupported/Unknown
Operating system:   CentOS 6.10
Description:

Actual version is 8.4.20.

With a date in year 1904 or earlier, the to_timestamp function outputs
unexpected characters:

template1=# select to_timestamp('19041231','YYYYMMDD');
         to_timestamp
------------------------------
 1904-12-31 00:00:00-05:32:11

Expected is "1904-12-31 00:00:00-06"


В списке pgsql-bugs по дате отправления:

Предыдущее
От: Marina Garrido Sanchez
Дата:
Сообщение: Re: BUG #16020: ICU Collations querys
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #16027: Invalid output of to_timestamp