-
Notifications
You must be signed in to change notification settings - Fork 5
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
Don't use localized dates #655
Comments
I think localized date format is nice, but I'd be fine with changing it back to ISO format. You're right that it is not consistent with MappingBrowser, but I think the reasoning was that we have limited space in MappingBrowser and with ISO dates, we know know much space it will take (10 characters), while in SchemeDetail/ConceptDetail, we have much more space. Should we just show the date like it is saved in JSKOS, e.g. |
For both vocabularies and schemes the exact timestamp is not relevant, better show date only and timestamp on hover. We could spare space by putting all dates in one line (if needed). |
Introduces a new DateString component that is used instead.
SchemeDetails card shows dates in German local format. Better use international format (YYYY-MM-DD) like in MappingTable.
The text was updated successfully, but these errors were encountered: