diff --git a/src/next/jdbc/date_time.clj b/src/next/jdbc/date_time.clj index c07d121..09b20c9 100644 --- a/src/next/jdbc/date_time.clj +++ b/src/next/jdbc/date_time.clj @@ -11,7 +11,7 @@ * H2 and SQLite support conversion of Java Time (`Instant`, `LocalDate`, `LocalDateTime`) out of the box, - * Nearly all databases support conversion of `java.util.date` out of + * Nearly all databases support conversion of `java.util.Date` out of the box -- except PostgreSQL apparently! Types supported: