spring-projects / spring-projects/spring-data-relational

Add support for persisting OffsetDateTime/ZonedDateTime [DATAJDBC-414]

Open
#635 3 comments 3 reactions 1 assignee View on GitHub

@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:

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.