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

Поиск
Список
Период
Сортировка
От Andrew Gierth
Тема Re: BUG #15389: Fill zero in milliseconds of a timestamp
Дата
Msg-id 87o9cvhr8k.fsf@news-spur.riddles.org.uk
обсуждение исходный текст
Ответ на Re: BUG #15389: Fill zero in milliseconds of a timestamp  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-bugs
>>>>> "David" == David G Johnston <david.g.johnston@gmail.com> writes:

 >> 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".

 David> Except the decimal in that construct is a simple part separator
 David> and not a fractional indicator.

Both the SQL spec and ISO 8601 beg to differ.

-- 
Andrew (irc:RhodiumToad)


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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: BUG #15389: Fill zero in milliseconds of a timestamp
Следующее
От: "Peter J. Holzer"
Дата:
Сообщение: Re: BUG #15388: time convert error when use AT TIME ZONE '+8'