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

Remove Calendar extensions (+ add JavaTime extensions) #24

Open
Del-S opened this issue Sep 15, 2020 · 0 comments
Open

Remove Calendar extensions (+ add JavaTime extensions) #24

Del-S opened this issue Sep 15, 2020 · 0 comments

Comments

@Del-S
Copy link
Collaborator

Del-S commented Sep 15, 2020

Should be HOUR_OF_DAY instead of HOUR since HOUR is AM/PM 0-12 (12 hour format). So if you are in PM you will actually get 0PM which is 12 hours in 24 hour format.

Since Calendar has its problems and is pretty old we should migrate to Java Time. Thus remove Calendar and provide Java Time.

@Del-S Del-S changed the title Fix calendar normalize Remove Calendar extensions (+ add JavaTime extensions) Mar 2, 2022
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

1 participant