Which Java class in the new java.time package shall be used to mapped timestamp? - Mailing list pgsql-interfaces

From Vernon E
Subject Which Java class in the new java.time package shall be used to mapped timestamp?
Date
Msg-id 1821595371.107318.1394574876616.JavaMail.mail@webmail16
Whole thread
Responses Re: Which Java class in the new java.time package shall be used to mapped timestamp?
List pgsql-interfaces
I have tried both LocalDateTime (without time zone informatio) and ZonedDateTime (with time zone information) in the new java.time package and get a same error:
 
column "registeration_datetime" is of type timestamp without time zone but expression is of type bytea Hint: You will need to rewrite or cast the expression.

Which class I shall use?



pgsql-interfaces by date:

Previous
From: alexandros_e
Date:
Subject: C++ read int array with libpqxx
Next
From: David Wall
Date:
Subject: Re: Which Java class in the new java.time package shall be used to mapped timestamp?