Closed Breina closed 1 year ago
Describe the feature
The current date is displayed as MDY. Users have to deduce this by looking which numbers can be bigger than 12.
Date formats are very ambiguous throughout the world:
This issue has been solved in 1988 by ISO 8601.
What value provides this feature?
Using ISO 8601 has many advantages, the most important one being that it's unambiguous.
Fixed here https://github.com/evansloan/collectionlog.net/commit/febe6603917b2abd5501084d9e4ef9b34e3e77ab
User's location will now be factored in when formatting dates
Thanks for the quick turnaround!
Describe the feature
The current date is displayed as MDY. Users have to deduce this by looking which numbers can be bigger than 12.
Date formats are very ambiguous throughout the world:
This issue has been solved in 1988 by ISO 8601.
What value provides this feature?
Using ISO 8601 has many advantages, the most important one being that it's unambiguous.