You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
the datetime displayed in hover popup is difficulkt to read, it should be consistent with system or ui timeformat.
So this is:
Fr, - Friday, ok
03 - hmmm leading zero is ok, see next item, this is the DAY (no dot at end)
1. - hmmm this item with no leading zero (opposite to day), this is the MONTH ( and a dot)
2024 - easy, this is the YEAR
14:29:16.678 - easy, this is the TIME, but do we really need the fractions of the second?
My personal choice is ISO format, like
"2024-03-01 14:29:16"
but (german) system format is also better than now:
"Fr, 01.03.2024 14:29:16"
thank you
cu
Harvey
The text was updated successfully, but these errors were encountered:
Hi,
the datetime displayed in hover popup is difficulkt to read, it should be consistent with system or ui timeformat.
So this is:
My personal choice is ISO format, like
"2024-03-01 14:29:16"
but (german) system format is also better than now:
"Fr, 01.03.2024 14:29:16"
thank you
cu
Harvey
The text was updated successfully, but these errors were encountered: