Als uw tijdzone bijvoorbeeld
. isEurope/Warsaw
u kunt instellen:
spring.datasource.url=jdbc:mysql://localhost:3306/database?serverTimezone=Europe/Warsaw
in plaats van dit:
spring.datasource.url=jdbc:mysql://localhost:3306/database?serverTimezone=UTC
maar u kunt ook nog een item toevoegen in application.properties:
spring.jpa.properties.hibernate.jdbc.time_zone=Europe/Warsaw