We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0297912 commit 961b01cCopy full SHA for 961b01c
src/app/tcp1pctf-2024/page.tsx
@@ -6,7 +6,7 @@ import { FAQ } from "./faq";
6
import { Sponsor } from "./sponsors";
7
8
export default function Page() {
9
- const ctfDate = new Date("2024-10-11T20:00:00+08:00").getTime()
+ const ctfDate = new Date("2024-10-11T12:00:00").getTime()
10
return <>
11
<CrateTemplate></CrateTemplate>
12
<div className="flex flex-col gap-4">
0 commit comments