From 029791202d4ebd45a25a0ab51b5b60d32e53945a Mon Sep 17 00:00:00 2001 From: dimas Date: Thu, 10 Oct 2024 22:35:19 +0800 Subject: [PATCH] update --- src/app/tcp1pctf-2024/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/tcp1pctf-2024/page.tsx b/src/app/tcp1pctf-2024/page.tsx index f28256f..7f2e30d 100644 --- a/src/app/tcp1pctf-2024/page.tsx +++ b/src/app/tcp1pctf-2024/page.tsx @@ -6,7 +6,7 @@ import { FAQ } from "./faq"; import { Sponsor } from "./sponsors"; export default function Page() { - const ctfDate = new Date("2024-10-11").getTime() + const ctfDate = new Date("2024-10-11T20:00:00+08:00").getTime() return <>