-
Notifications
You must be signed in to change notification settings - Fork 919
Closed
Description
Is your feature request related to a problem? Please describe.
Both a feature request and a problem, deploy dates are shown in american format, which is extremely confusing for non-american people as something like
will read as "eleven of march of 2024", when its actually "three of november of 2024"
Describe the solution you'd like
This and other dates to localize using the browser configuration or just use non-opinionated standard YYYY/MM/DD
UPDATE: In case you were wondering, my locale is correctly set, and it correctly transforms dates coming as YYYY/MM/DD
:
I had a quick look at the frontend and maybe moment is not doing its job well here:
https://github.com/caprover/caprover-frontend/blob/master/src/containers/global/Timestamp.tsx#L12
Metadata
Metadata
Assignees
Labels
No labels