dataGrid column renderer problem: localDateTimeRenderer vs. offsetDateTime in database

Hi, using jmix 2.4,
I found a problem with the

<column property="createdDate" header="Datum">
      <localDateTimeRenderer format="dd/MM/YYYY HH:mm:ss"/>
</column>

now, localDateTimeRenderer has a conflict with the database type offsetDateTime.
But offsetDateTime is what the designer automatically chose…

Br
HP