Re: BUG #15389: Fill zero in milliseconds of a timestamp

Поиск
Список
Период
Сортировка
От Sergei Kornilov
Тема Re: BUG #15389: Fill zero in milliseconds of a timestamp
Дата
Msg-id 1282311537271961@sas2-ce04c18c415c.qloud-c.yandex.net
обсуждение исходный текст
Ответ на BUG #15389: Fill zero in milliseconds of a timestamp  (PG Bug reporting form <noreply@postgresql.org>)
Ответы Re: BUG #15389: Fill zero in milliseconds of a timestamp
Список pgsql-bugs
Hello

> I don't think is correct because if I try to convert in Java become 099.
"2014-09-26 17:17:45.099"?
I think Java is incorrect here. Usually trailing zeros can be omitted.
Also postgresql timestamp has resolution 1 microsecond, so with trailing zeros it must be "2014-09-26 17:17:45.990000",
not"2014-09-26 17:17:45.990".
 

regards, Sergei


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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #15389: Fill zero in milliseconds of a timestamp
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: BUG #15389: Fill zero in milliseconds of a timestamp