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

Refactor use of Java.util.date to Java.time.*, to fix localized date issues. #402

Merged
merged 11 commits into from
Feb 16, 2024

Conversation

sirlag
Copy link
Contributor

@sirlag sirlag commented Feb 15, 2024

Closes #58.

Majority of work is just refactor. In a few place where a default DateFormatter was used, the appropriate DateTimeFormatter was substituted in. As a bonus, we no longer needed many of the extension functions from DateExtensions.kt

@AntsyLich AntsyLich merged commit 7ff95e2 into mihonapp:main Feb 16, 2024
1 check failed
@MajorTanya MajorTanya mentioned this pull request Mar 21, 2024
6 tasks
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong date label in updates and history
2 participants