Datetimeoffset support in ms sql server

Cuba is unable to use a database table in ms sql server
that has a datetimeoffset(7) column, which I believe is a standard
way to store instants in time. I attempted to make the entity
(java) type be OffsetDateTime.

When I attempt to browse or edit a table with such a column,
cuba reports an error parsing the datetime value in the column.
It appears taht it barfs when it reaches the offset portion of the value.

I have a workaround, which is to change the column to datetime2 and
change the entity type to LocalDateTime, but the datetimeoffset
approach should be made to work please.

Hi,

Can you show full exception stack trace? Where the error occurs?

A small sample project would be great.