-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Content(countdown): start countdown to first round
- Loading branch information
1 parent
7bc2a1d
commit 6b4b504
Showing
2 changed files
with
4 additions
and
3 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,3 +1,4 @@ | ||
export const CURRENT_YEAR = 2024; | ||
export const TIME_REGISTRATION_CLOSING = 'September 29, 2024 23:59:00'; | ||
export const TIME_AWARENESS_SESSION_START = 'September 13, 2024 19:00:00'; | ||
export const TIME_FIRST_ROUND_START = 'October 6, 2024 10:00:00'; |