-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kayla Hamakawa
authored and
Kayla Hamakawa
committed
Mar 1, 2024
1 parent
8e20119
commit 7274089
Showing
2 changed files
with
33 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
export const hothStart = new Date('2024-03-03T08:00:00-08:00'); | ||
export const hothEnd = new Date('2024-03-03T23:00:00-08:00'); | ||
export const applyDeadline = new Date('2024-02-26T23:59:59-08:00'); | ||
export const applyDeadline = new Date('2024-02-28T23:59:59-08:00'); | ||
export const applicationOpen = new Date('2024-01-29T08:00:00-08:00'); | ||
export const scheduleAvailableTime = new Date('2024-02-26T08:00:00-08:00'); |