ioBroker.admin
ioBroker.admin copied to clipboard
[bug]: wrong time format in object history
No existing issues.
- [X] There is no existing issue for my problem.
Describe the bug
System OS is in English. Chrome/Firefox, too. Language setting in both browser is German to display pages in German. In object history the time is displayed in AM/PM instead of German time format. Language setting in Admin is German. Time format in Flot is correct.
To Reproduce
Go to object with history (SQL).
Expected behavior
Time format is displayed with 24h format.
Screenshots & Logfiles
Adapter version
6.17.6
js-controller version
5.0.19
Node version
18.20.2
Operating system
linux
Additional context
No response
It is used on this place toLocaleTimeString
What will happen in your browser?
if you enter `new Date().toLocaleTimeString()´ in the browser console?
Closed due no activity