Skip to content

Better formatting for dates #462

@gioman

Description

@gioman

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.

Activity

alexandreleroux

alexandreleroux commented on Nov 1, 2023

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

gioman commented on Nov 1, 2023

@gioman
Author

@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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @alexandreleroux@gioman

        Issue actions

          Better formatting for dates · Issue #462 · geopython/GeoHealthCheck