Top "Sqldatetime" questions

The SQLDateTime tag is for questions related to how database SQL queries handle date and time information.

How to map sql DATE to LocalDate

I want to store a LocalDate in a DATE column and retrieve it unchanged. Both DATE and LocalDate are "local" …

java jdbc timezone java-8 sqldatetime