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();