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 Raw
Responses Re: Which Java class in the new java.time package shall be used to mapped timestamp?  (David Wall <d.wall@computer.org>)
List pgsql-interfaces
<div>I have tried both LocalDateTime (without time zone informatio) and ZonedDateTime (with time zone information) in
thenew java.time package and get a same error:</div><div> </div><div><pre>column "registeration_datetime" is of type
timestampwithout time zone but expression is of type bytea Hint: You will need to rewrite or cast the expression.<br
/><br/>Which class I shall use?<br /><br /><br /><br /></pre></div> 

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?