Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Bijections for various Java's Date APIs #276

Open
3 tasks
pathikrit opened this issue Dec 12, 2017 · 3 comments
Open
3 tasks

Create Bijections for various Java's Date APIs #276

pathikrit opened this issue Dec 12, 2017 · 3 comments

Comments

@pathikrit
Copy link

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

@johnynek
Copy link
Collaborator

this would be great.

@GeluOltean
Copy link

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

@johnynek
Copy link
Collaborator

That would be wonderful!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants