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

Option for ISO formats #126

Open
1 task done
emiliovesprini opened this issue Jul 23, 2020 · 0 comments
Open
1 task done

Option for ISO formats #126

emiliovesprini opened this issue Jul 23, 2020 · 0 comments

Comments

@emiliovesprini
Copy link

emiliovesprini commented Jul 23, 2020

Prerequisites

  • I have searched open and closed issues for duplicates.

Feature

Is your feature request related to a problem? Please describe.

dd/mm/yyyy and mm/dd/yyyy date formats can be mistaken for the other, meaning they are both equally unworkable. I usually end up going for Canadian formats to get nice yyyy-mm-dd dates, but I have a feeling it could cause problems in the future.

Describe the solution you'd like

A "programmer standard" formats option, meaning

  • metric measurements
  • sensible date and time formats
    • ISO 8601 for formal dates
      2020-07-23 00:00:00
    • RFC2822 for informal dates or dates that may require day-of-week
      Thu, 23 Jul 2020 00:00:00

Existing work

Not in format-pickers that I've been able to find, but the en_DK locale was supposedly created for this purpose.

Describe alternatives you've considered

Currently I use Canadian formats, when it comes to locales people commonly go for en_IE (English, Ireland).

Additional context

https://unix.stackexchange.com/questions/62316/why-is-there-no-euro-english-locale

Notes

This may be out-of-scope and to be closed as Wontfix.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

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