-
Notifications
You must be signed in to change notification settings - Fork 122
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
Leaderboard dates using format and language #3183
Leaderboard dates using format and language #3183
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can be simplified by just using a switch statement,
Also if we no longer use the locale in date info it should be removed.
…rboard-dates-using-format-and-language
…ariable members to TimeService, fixed access mode
<option name="ALTERNATIVE_JRE_PATH" value="temurin-21" /> | ||
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="true" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this supposed to be here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It just specifies the jre for the run config if someone doesn't have it set
Simple fix for an issue - #3176
Description
Took simpler approach, there are still functions that could be also refactored(DateTime), but would require more boiler plate code of how should specific format look like. Moreover Added support only for Short, Medium and Long style of Date
Test