geopython / GeoHealthCheck

Service Status and QoS Checker for OGC Web Services
https://geohealthcheck.org
MIT License
83 stars 71 forks source link

Better formatting for dates #462

Open gioman opened 9 months ago

gioman commented 9 months ago

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 commented 9 months ago

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 commented 9 months ago

@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...