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

Better formatting for dates #462

Open
gioman opened this issue Nov 1, 2023 · 2 comments
Open

Better formatting for dates #462

gioman opened this issue Nov 1, 2023 · 2 comments

Comments

@gioman
Copy link

gioman commented Nov 1, 2023

I many places in GHC interface dates are shown as (example)

2023-11-01T14:49:17Z

image

that does not helps reading the date, nor is good looking. Better format the dates as

2023-11-01 14:49:17

or even better add an option to allow users choose the date format.

@alexandreleroux
Copy link
Contributor

hi @gioman . I believe this date format has been chosen because it's compliant with ISO8601, which is also the date format for most (all?) the standards supported by GeoHealthCheck such as OGC WMS/WCS. Hope this helps :-)

@gioman
Copy link
Author

gioman commented Nov 1, 2023

@alexandreleroux I see... still not pretty nor very readable for users ;) I think that dates could be formatted in a more friendly way in the UI, and left as ISO in the backend/database...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants