Update NeoFetch.tsx

This commit is contained in:
암냥 2025-11-08 07:57:00 +09:00 committed by GitHub
commit d5ecf43fcf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@ export default function NeoFetch() {
<p>
<span className="text-[#FFD7D7]">Uptime</span>:{" "}
{(() => {
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();