timestamp with time zone wire format

From: Philippe Marschall <pm(at)netcetera(dot)ch>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: timestamp with time zone wire format
Date: 2015-12-14 13:24:36
Message-ID: 566EC314.7030109@netcetera.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Corradini, Carlos 2015-12-14 13:36:48 Re: [GENERAL] plpgsql function with RETURNS SETOF refcursor in JAVA
Previous Message Corradini, Carlos 2015-12-14 13:20:14 Re: [GENERAL] plpgsql function with RETURNS SETOF refcursor in JAVA