https://bugs.kde.org/show_bug.cgi?id=393956
--- Comment #16 from pallaswept <pallasw...@proton.me> --- I feel I worded that poorly. Just to be clear, there is room for artistic expression here. Like for example, you could totally have things like "35 minutes past 10 pm" or "--35PM10 (EST)--" or whatever. It works with a string as per this document: https://doc.qt.io/qt-6/qml-qtqml-qt.html#formatDateTime-method And has the limitations of the h/hh expressions: h the hour without a leading zero (0 to 23 or 1 to 12 if AM/PM display) hh the hour with a leading zero (00 to 23 or 01 to 12 if AM/PM display) AP use AM/PM display. AP will be replaced by either "AM" or "PM". ap use am/pm display. ap will be replaced by either "am" or "pm". -- You are receiving this mail because: You are watching all bug changes.