BUG #6340: to_timestamp() miscalculates

Поиск
Список
Период
Сортировка
От hfuxelius@gmail.com
Тема BUG #6340: to_timestamp() miscalculates
Дата
Msg-id E1RbDb0-00045g-50@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #6340: to_timestamp() miscalculates  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      6340
Logged by:          Hans-Henrik Fuxelius
Email address:      hfuxelius@gmail.com
PostgreSQL version: 9.1.1
Operating system:   Ubuntu 11.10
Description:=20=20=20=20=20=20=20=20

test to run: select to_timestamp('2011,03,27,02,11,11',
'YYYY,MM,DD,HH24,MI,SS')

and the run: select to_timestamp('2011,03,27,03,11,11',
'YYYY,MM,DD,HH24,MI,SS')

It miscalculates 02 hour to 03 hour by some reason

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

Предыдущее
От: gabriel.martinez@greencore.co.cr
Дата:
Сообщение: BUG #6339: Startup Script Ubuntu 10.04.3 LTS
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #6340: to_timestamp() miscalculates