bijection icon indicating copy to clipboard operation
bijection copied to clipboard

Create Bijections for various Java's Date APIs

Open pathikrit opened this issue 7 years ago • 3 comments

  • [ ] 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?

pathikrit avatar Dec 12 '17 17:12 pathikrit

this would be great.

johnynek avatar Dec 12 '17 17:12 johnynek

Hey there. I'd like to pick this up.

GeluOltean avatar Oct 23 '21 11:10 GeluOltean

That would be wonderful!

johnynek avatar Oct 23 '21 16:10 johnynek