Skip to content

Localized Format LT inconsistent with leading zeroes #821

Open
@georgpfolz

Description

@georgpfolz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions