diff --git a/resources/qml/TimelineRow.qml b/resources/qml/TimelineRow.qml
index 9d46e7ae14e65154d62d5a8599a44a3018c261f1..cea2da40e4e929283d01cd53f5dc4cc2826c6131 100644
--- a/resources/qml/TimelineRow.qml
+++ b/resources/qml/TimelineRow.qml
@@ -106,7 +106,7 @@ Item {
 
         Label {
             Layout.alignment: Qt.AlignRight | Qt.AlignTop
-            text: model.timestamp.toLocaleTimeString("HH:mm")
+            text: model.timestamp.toLocaleTimeString(Locale.ShortFormat)
             width: Math.max(implicitWidth, text.length * fontMetrics.maximumCharacterWidth)
             color: inactiveColors.text
             ToolTip.visible: ma.hovered