We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Year "2021" is shown as "0003" in Analyst on Windows 10 with Japanese locale. Please fix this. Thank you.
The text was updated successfully, but these errors were encountered:
The fix seems to be as below.
src\Components\header.ts
Line No.62 format: "yyyy",
format: "yyyy",
change to format: "YYYY",
format: "YYYY",
The reason is "yyyy" produces Era year which means 0003/0004/0005 (Reiwa Era) for 2021/2022/2023 on Japanese locale.
I can not push my code or make pull request due to some reasons. Please fix this. Thank you.
Sorry, something went wrong.
No branches or pull requests
Year "2021" is shown as "0003" in Analyst on Windows 10 with Japanese locale.
Please fix this.
Thank you.
The text was updated successfully, but these errors were encountered: