LocalDate MySQL issue - wrong day persisted

@klaus Ok, our case is a little different.

  1. We are operating with local- and offset date time and the database is not generated by Jmix/Liquibase

  2. We are using these entities in read-only context - not storing to the MySQL database at all

    @Column(name = “date”, columnDefinition = “DATETIME”)
    private LocalDateTime datum;

    @Column(name = “date_sql”, columnDefinition = “TIMESTAMP”)
    private OffsetDateTime datumSQL;

Sorry, for confusing your issue.