Skip to content

US date format is ambiguous (MM/D/YY) #827

@mschmidm

Description

@mschmidm

The application currently uses US date format: MM/D/YY03/2/26

Current date format showing 03/2/26

This format is ambiguous for European users. For example, France and the UK use DD/MM/YYYY → 02/03/2026, making it unclear whether 03/2/26 means March 2nd or February 3rd.

Suggested solutions:

  • Preferred: DD MMM YYYY16 Feb 2026 (universally unambiguous)
  • Alternative: YYYY-MM-DD2026-02-16 (ISO 8601 standard)

Thank you for your work! :)

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