Closed jerolba closed 6 months ago
Instant is converted to TIMESTAMP with isAdjustedToUTC = true LocalDateTime is converted to TIMESTAMP with isAdjustedToUTC = false
Instant
LocalDateTime
Read isAdjustedToUTC = true and map to Instant and the opposite doesn't generate an error.
Instant
is converted to TIMESTAMP with isAdjustedToUTC = trueLocalDateTime
is converted to TIMESTAMP with isAdjustedToUTC = falseRead isAdjustedToUTC = true and map to
Instant
and the opposite doesn't generate an error.