diff --git a/jOOQ/src/main/java/org/jooq/tools/Convert.java b/jOOQ/src/main/java/org/jooq/tools/Convert.java index d1fd9c25a7..1ee2fa78aa 100644 --- a/jOOQ/src/main/java/org/jooq/tools/Convert.java +++ b/jOOQ/src/main/java/org/jooq/tools/Convert.java @@ -352,8 +352,9 @@ public final class Convert { * All other values evaluate to null *
  • All {@link java.util.Date} subtypes ({@link Date}, {@link Time}, * {@link Timestamp}), as well as most {@link Temporal} subtypes ( - * {@link LocalDate}, {@link LocalTime}, {@link LocalDateTime}) can be - * converted into each other.
  • + * {@link LocalDate}, {@link LocalTime}, {@link LocalDateTime}, + * {@link OffsetTime}, {@link OffsetDateTime}) can be converted into each + * other. *
  • All String types can be converted into {@link URI}, * {@link URL} and {@link File}
  • *
  • Primitive target types behave like their wrapper types, except that