-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make message timestamp format configurable #2163
Comments
frontend requirements: #2566 |
Hey @Haarolean I would like to take this up. Do we want to give the users a limited set of predefined formats, or do we want to give them full flexibility to input a date format which we can use to safely parse any date to? |
I think giving them a limited set of formats will be better as we will reduce uncertainty at runtime. And, that set of formats can come from a standard set of formats used around the globe. We can also do a hybrid, where we provide a few standard formats & also let the user input their own format as text input. To reduce complexity we can parse and validate that date format and provide an appropriate error to the user. |
Discussed on discord: needs discussion there are a few problems with this one:
|
It would be useful if more granular (sub-second, like milliseconds) timestamp information could be displayed too |
We changed default date format as requested in #2162.
We need the datetime format configurable on the frontend for the ones who prefer the US format or anything else.
The text was updated successfully, but these errors were encountered: