Skip to content

Create Bijections for various Java's Date APIs #276

Description

@pathikrit
  • Go between Java SQL APIs to JSR-310 APIs:
java.sql.Date <=> java.time.LocalDate
java.sql.Time <=> java.time.LocalTime
java.sql.Timestamp <=> java.time.Instant
  • Go between legacy Java date APIs to JSR-310 APIs
java.util.Date <=> java.time.LocalDate
java.util.TimeZone <=> java.time.ZoneId
  • Go between Scala's Duration to JSR 310 Duration
scala.concurrent.Duration <=> java.time.Duration

Anything else?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions