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

New Date/Time API continued replace Old #145

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

digithuman
Copy link

1、Lifting accuracy from milliseconds to nanoseconds.
2、add InstantConvert support java.time.Instant.
3、DateTimeFormatter replace SimpleDateFormat,thread safe and provide richer pattern .
4、java.time.ZoneId repalce TimeZone ,future oriented.

@melloware
Copy link
Contributor

Wasn't this done in this PR: #49 ???

@digithuman
Copy link
Author

Wasn't this done in this PR: #49 ???

  1. I read the content carefully, and the intersection # 49 is very small.

  2. Java 8 provides a new date type, which is extremely important. Currently, java.time Converter is not complete, and more support is needed in practical applications.

  3. Whether to provide the eclipse code format configuration file.

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

Successfully merging this pull request may close these issues.

2 participants