Skip to content

Commit

Permalink
update: change hacking end time
Browse files Browse the repository at this point in the history
  • Loading branch information
samderanova committed Nov 4, 2023
1 parent 40505ff commit 6bd9800
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ interface ClipboardScheduleProps {

// 10/4/23 10AM in UTC
const hackingStarts = new Date(Date.UTC(2023, 10, 4, 17, 0, 0));
const hackingEnds = new Date(Date.UTC(2023, 10, 5, 3, 0, 0));
const hackingEnds = new Date(Date.UTC(2023, 10, 5, 5, 0, 0));

const ClipboardSchedule: React.FC<ClipboardScheduleProps> = ({ schedule }) => {
const [currDate, setCurrDate] = useState(new Date());
Expand Down

0 comments on commit 6bd9800

Please sign in to comment.