diff --git a/server/notification.js b/server/notification.js
index 3c0e9f2a..9da8a0dc 100644
--- a/server/notification.js
+++ b/server/notification.js
@@ -204,7 +204,7 @@ class Notification {
}
let data = {
- "message": "Uptime Kuma Alert\n\nMessage:" +msg + '\nTime (UTC):' +time,
+ "message": "Uptime Kuma Alert\n\nMessage:"+msg+ '\nTime (UTC):' +heartbeatJSON["time"],
"user":notification.pushoveruserkey,
"token": notification.pushoverapptoken,
"sound": notification.pushoversounds,