diff --git a/package.json b/package.json index 4798e0a..db8871f 100644 --- a/package.json +++ b/package.json @@ -3,24 +3,24 @@ "version": "3.2.13", "private": false, "license": "MIT", - "description": "Kener: An open-source Node.js status page application for real-time service monitoring, incident management, and customizable reporting. Simplify service outage tracking, enhance incident communication, and ensure a seamless user experience.", + "description": "Kener is a modern, open-source status page application built with Node.js. It provides real-time monitoring, uptime tracking, incident management, and beautiful dashboards. Perfect for DevOps teams, SaaS providers, and businesses needing reliable service status communication with minimal setup.", "author": "Raj Nandan Sharma ", "keywords": [ - "Node.js application", - "Open-source status page", - "Service monitoring tool", - "Real-time incident management", - "Customizable reporting", - "Service outage tracker", - "User-friendly dashboard", - "Incident communication platform", - "Scalable monitoring solution", - "Community-driven software", - "Website status tracker", - "Incident response tool", - "System status monitoring", - "Service reliability management", - "Incident alert system" + "status page", + "uptime monitoring", + "incident management", + "DevOps tools", + "service reliability", + "open source", + "Node.js", + "dashboard", + "system monitoring", + "status alerts", + "outage communication", + "API monitoring", + "SaaS status", + "performance metrics", + "status reporting" ], "repository": { "type": "git", diff --git a/src/routes/(kener)/incidents/[month]/+page.svelte b/src/routes/(kener)/incidents/[month]/+page.svelte index 518756e..49509a1 100644 --- a/src/routes/(kener)/incidents/[month]/+page.svelte +++ b/src/routes/(kener)/incidents/[month]/+page.svelte @@ -111,7 +111,12 @@

{l(data.lang, "No Incident in %date", { - date: f(parse(data.thisMonthName, "MMMM-yyyy", new Date()), "MMMM, yyyy", selectedLang, $page.data.localTz) + date: f( + new Date(data.midnightMonthStartUTCTimestamp * 1000), + "MMMM, yyyy", + selectedLang, + $page.data.localTz + ) })}