Is there an option to change the timestamp format? #564
Closed
spenserblack
started this conversation in
Ideas
Replies: 1 comment 5 replies
-
I'm on mobile so I cannot link the code part responsible for this, but it's somewhere around the formatters in source/app/utils.mjs I think dates are using the en-GB format so we could change it. I don't remember where exactly there are dates, but if it doesn't mess up display I would go with short month notation so it's even clearer (e.g 12th Oct. 2021), though it's just a personal opinion |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I didn't see the option, but wanted to make sure I wasn't missing anything. If the option doesn't currently exist, this discussion should probably be moved to the "Ideas" category.
I would like to be able to change the timestamp from
dd/mm/yyyy
format toyyyy/mm/dd
format, as I believe this format is less confusing across regions.Beta Was this translation helpful? Give feedback.
All reactions