-
Notifications
You must be signed in to change notification settings - Fork 367
Open
Labels
theme: date-timeIssues related to handling of date, time and timezone informationIssues related to handling of date, time and timezone informationtype: enhancementA general enhancementA general enhancement
Description
Milan Milanov opened DATAJDBC-414 and commented
Currently the supported date types are only java.util.Date
, java.time.LocalDate
, java.time.LocalDateTime
and java.time.LocalTime
. This could be improved by adding built-in converters for the java.time.OffsetDateTime
and java.time.ZonedDateTime
, as they both provide actual moments in time as opposed to their Local
alternatives. They are also generic and widely used java.time
types
Issue Links:
- DATAJDBC-443 Add database dependent simple types
coding-jj, Ninca and Hronom
Metadata
Metadata
Assignees
Labels
theme: date-timeIssues related to handling of date, time and timezone informationIssues related to handling of date, time and timezone informationtype: enhancementA general enhancementA general enhancement