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

fix:set locale to en/us to format numbers with ".", not "," #625

Merged
merged 2 commits into from
Aug 28, 2023

Conversation

TSGames
Copy link

@TSGames TSGames commented Aug 28, 2023

Running the test suite on a German OS causes all numbers to appear as "5,2" instead of "5.2", marking every file as diffs. Setting the global locale of java to en/US seems to resolve it.
Furthermore, due to a different timezone, creation+modifiy dates appear in different style

@drewnoakes
Copy link
Owner

Thank you!

@drewnoakes drewnoakes merged commit 858ea4a into drewnoakes:master Aug 28, 2023
5 checks passed
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