https://bugs.kde.org/show_bug.cgi?id=417282
Erec <ere...@polywog.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ere...@polywog.org --- Comment #17 from Erec <ere...@polywog.org> --- ╰─$ cat sddm-Clock.qml // EMR 20230509 // Do a find for Clock.qml: vim $(locate Clock.qml) // and edit them, the changes are below ... // text: Qt.formatTime(timeSource.data["Local"]["DateTime"]) text: Qt.formatTime(timeSource.data["Local"]["DateTime"], "hh:mm:ss") ... // text: Qt.formatDate(timeSource.data["Local"]["DateTime"], Qt.DefaultLocaleLongDate) text: Qt.formatDate(timeSource.data["Local"]["DateTime"], "yyyy-MM-dd") -- You are receiving this mail because: You are watching all bug changes.