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

Localized Format LT inconsistent with leading zeroes #821

Open
georgpfolz opened this issue May 4, 2024 · 0 comments
Open

Localized Format LT inconsistent with leading zeroes #821

georgpfolz opened this issue May 4, 2024 · 0 comments

Comments

@georgpfolz
Copy link

The localized format 'LT' is very handy, but with a caveat: It handles leading zeroes differently, depending on the locale, for example (I didn't test other languages):

  • locale en: 8:30 AM
  • locale de, fr, ru: 08:30
  • locale es, it: 8:30

I don't think these differences are on purpose, so it would be good to have all languages following the same logic.

I very much like the idea of localized formats, but unfortunately they are unusable to me due to those inconsistencies.

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