From d5ecf43fcf03148cef62cec36afa109e0ce2ae39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=95=94=EB=83=A5=20=28imnyang=29?= Date: Sat, 8 Nov 2025 07:57:00 +0900 Subject: [PATCH] Update NeoFetch.tsx --- src/components/NeoFetch.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/NeoFetch.tsx b/src/components/NeoFetch.tsx index 0bcaba9..7bce4d3 100644 --- a/src/components/NeoFetch.tsx +++ b/src/components/NeoFetch.tsx @@ -23,7 +23,7 @@ export default function NeoFetch() {

Uptime:{" "} {(() => { - const startDate = new Date("2010-11-08T00:00:00+09:00"); + const startDate = new Date("2010-11-08T03:00:00+09:00"); const now = new Date(); let diff = now.getTime() - startDate.getTime();