java.time LocalDate and LocalTime ofInstant() factory methods

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 9
    • Affects Version/s: 9
    • Component/s: core-libs
    • b94

      External question sites indicate that users have difficulty converting between java.util.Date and LocalDate, and also between Instant and LocalDate/LocalTime. This user difficulty can be resolved with some additional methods.

      Currently, the following methods exist:

       ZonedDateTime.ofInstant(Instant, ZoneId);
       OffsetDateTime.ofInstant(Instant, ZoneId);
       LocalDateTime.ofInstant(Instant, ZoneId);
       OffsetTime.ofInstant(Instant, ZoneId);

      This enhancement proposes to add the same method to LocalDate and LocalTime. It can reasonably be argued this was a simple oversight in the original development.

            Assignee:
            Nadeesh Tv
            Reporter:
            Stephen Colebourne
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: