Hvis din tidszone f.eks. er
Europe/Warsaw
du kan indstille:
spring.datasource.url=jdbc:mysql://localhost:3306/database?serverTimezone=Europe/Warsaw
i stedet for dette:
spring.datasource.url=jdbc:mysql://localhost:3306/database?serverTimezone=UTC
men du kan også tilføje en post mere i application.properties:
spring.jpa.properties.hibernate.jdbc.time_zone=Europe/Warsaw