spring-projects / spring-projects/spring-data-relational
Add support for persisting OffsetDateTime/ZonedDateTime [DATAJDBC-414]
Open
@schauder is already working on this.
Since Dec 31, 2020.
theme: date-time
type: enhancement
- Dominant language
- Java
- Stars
- 827
- Forks
- 394
- PR merge metrics
- No merged PRs in 30d
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.