Relative Content

Tag Archive for h2jooq

Errors using TIMESTAMP WITH TIMEZONE with JOOQ/H2/Postgres

I’ve recently changed my columns from “TIMESTAMP” to “TIMESTAMP WITH TIMEZONE”.
Normally I would have a model class that would have a “LocalDateTime” but now I’ve changed to include timezone I use an “OffsetDateTime” to match the type used in the generated code by JOOQ.