desruisseaux commented on PR #27: URL: https://github.com/apache/sis/pull/27#issuecomment-1448016862
Will apply this pull request with one amendment. This pull request changes the `TIMESTAMP_WITH_TIMEZONE` mapping from `java.time.OffsetDateTime` to `java.time.Instant`. I propose to keep the previous `OffsetDataTime`. Some searches on internet suggest that this mapping is part of JDBC 4.2 specification: * [JDBC Maintenance Release 4.2](https://jcp.org/aboutJava/communityprocess/maintenance/jsr221/JDBC4.2MR-January2014.pdf) * [Using Java 8 Date and Time classes in PostgreSQL](https://jdbc.postgresql.org/documentation/query/#using-java-8-date-and-time-classes) * [Mapping between PostgreSQL and Java date/time types](https://tada.github.io/pljava/use/datetime.html) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
