Cannot insert java.time.LocalDateTime with zero seconds
Advertisements Kotlin: 1.6.20 Ktorm: 3.4.1 MySQL Connector/J: 8.0.28 C3P0 Connection Pool: 0.9.5.5 I seem to be having a problem with "datetimes" (LocalDateTime) that have zero seconds. I know this would look like an issue with the JDBC driver but I tested the driver and it does not even accept LocalDateTime (only java.util.Date). This issue does… Read More Cannot insert java.time.LocalDateTime with zero seconds