In older drivers timezone has to be defined explicitly. Change the connection string as shown below:
jdbc:mysql://localhost/db?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC
Move a step ahead in coding
In older drivers timezone has to be defined explicitly. Change the connection string as shown below:
jdbc:mysql://localhost/db?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC