timestamp with time zone wire format

Поиск
Список
Период
Сортировка
От Philippe Marschall
Тема timestamp with time zone wire format
Дата
Msg-id 566EC314.7030109@netcetera.ch
обсуждение исходный текст
Ответы Re: timestamp with time zone wire format  (Vladimir Sitnikov <sitnikov.vladimir@gmail.com>)
Список pgsql-jdbc
Hi

I'm a bit annoyed by the lack of java.time / JSR-310 support (mostly
ZonedDateTime and OffsetDateTime). Annoyed enough to look into what
would be required to implement it. The first thing I would need is a
documentation of the wire format of TIMESTAMP WITH TIME ZONE
(Oid.TIMESTAMPTZ I believe) so that I can write parse code. I first
though about putting it into TimestampUtils but for backwards
compatibility with older Java/JDBC versions a dedicated class would
probably be better.

This is not a promise that I'll work on it let alone deliver something.

Cheers
Philippe


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

Предыдущее
От: "Corradini, Carlos"
Дата:
Сообщение: Re: [GENERAL] plpgsql function with RETURNS SETOF refcursor in JAVA
Следующее
От: Vladimir Sitnikov
Дата:
Сообщение: Re: timestamp with time zone wire format