The main countdown on your home page Dashboard had a countdown of midnight pacific time ([src/App.js#L309](https://github.com/TreeHacks/website/blob/0c6a52c1e255a84ec9bcb0bab0b9f3bf37cc4b36/src/App.js#L309)) ```js <Countdown className='...' targetDate="2023-12-12T08:00:00Z" /> ``` whereas the application deadline on your applicant portal (root.treehacks.com) was a minute earlier [TreeHacks/root@223db83/src/themes/timber_pine.ts#L66](https://github.com/TreeHacks/root/blob/223db837d02a036ad3a710e04bddbed1e36e106b/src/themes/timber_pine.ts#L66) ```ts { key: "oos", label: "out-of-state", date: "2023-12-12T07:59:00.000Z", display_date: "December 11th, 2023", }, ```