geopython / geopython/GeoHealthCheck
Better formatting for dates
Open
enhancement
- Dominant language
- Python
- Stars
- 92
- Forks
- 75
- PR merge metrics
- No merged PRs in 30d
Description
I many places in GHC interface dates are shown as (example)
`2023-11-01T14:49:17Z`

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.
Contributor guide
Assessment
This issue has not been assessed yet.