summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/shell/quickshell
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif/shell/quickshell')
-rw-r--r--accounts/gkleen@sif/shell/quickshell/Services/NotificationManager.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/shell/quickshell/Services/NotificationManager.qml b/accounts/gkleen@sif/shell/quickshell/Services/NotificationManager.qml
index f02d1695..5f8ff419 100644
--- a/accounts/gkleen@sif/shell/quickshell/Services/NotificationManager.qml
+++ b/accounts/gkleen@sif/shell/quickshell/Services/NotificationManager.qml
@@ -119,7 +119,7 @@ Singleton {
119 if (days === 1) 119 if (days === 1)
120 return `yesterday ${timeStr}`; 120 return `yesterday ${timeStr}`;
121 121
122 const dateStr = time.toLocaleTimeString(Qt.locale(), "YYYY-MM-DD"); 122 const dateStr = time.toLocaleDateString(Qt.locale(), "YYYY-MM-DD");
123 return `${dateStr} ${timeStr}`; 123 return `${dateStr} ${timeStr}`;
124 } 124 }
125 125