#1591 Update reference guide with implicit conversion between java.time.LocaDate and java.sql.Date

This commit is contained in:
Filip Hrisafov 2018-10-15 21:46:23 +02:00 committed by GitHub
parent 9f8c0749d1
commit 20bff96e99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -955,7 +955,7 @@ public interface CarMapper {
* Between `java.time.LocalDateTime` from Java 8 Date-Time package and `java.util.Date` where timezone UTC is used as the timezone.
* Between `java.time.LocalDate` from Java 8 Date-Time package and `java.util.Date` where timezone UTC is used as the timezone.
* Between `java.time.LocalDate` from Java 8 Date-Time package and `java.util.Date` / `java.sql.Date` where timezone UTC is used as the timezone.
* Between `java.time.Instant` from Java 8 Date-Time package and `java.util.Date`.