Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dimasma0305 committed Oct 10, 2024
1 parent e09fd6a commit 0297912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/tcp1pctf-2024/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <>
<CrateTemplate></CrateTemplate>
<div className="flex flex-col gap-4">
Expand Down

0 comments on commit 0297912

Please sign in to comment.