-
Epic
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
None
Goal:
Many countries have varying ways of displaying dates and times. Localization aims to present the user with their preferred way.
With times the 24 hours vs 12 hours is a common one which can lead to some confusion, but is generally speaking not as bad as dates. Some countries use d-m-y where others use m-d-y. So 1-2-2025 can be February 1st or January second.
Satellite should do this consistently to avoid confusion.
Acceptance Criteria:
- All dates and times are consistently printed in the user's preferred localization
Open questions:
Implementation hints
Foreman already has helpers for this with some common formats (long vs short). In webpack that's LongDateTime and ShortDateTime.