Update NeoFetch.tsx
This commit is contained in:
parent
6874dfe9b9
commit
d5ecf43fcf
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ export default function NeoFetch() {
|
||||||
<p>
|
<p>
|
||||||
<span className="text-[#FFD7D7]">Uptime</span>:{" "}
|
<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();
|
const now = new Date();
|
||||||
let diff = now.getTime() - startDate.getTime();
|
let diff = now.getTime() - startDate.getTime();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue