The default implementation of java.sql.Date.toLocalDate() and java.sql.Timestamp.toLocalDateTime() used in LocalDateJavaDescriptor and LocalDateTimeJavaDescriptor return wrong values for BCE years. As discovered here https://stackoverflow.com/q/55730530 |