forked from Hanabi/hanabi-league
Add default start + end dates
This commit is contained in:
parent
c9c4e3aec6
commit
f6b0748162
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@ ending_game_id: 9999999
|
|||
|
||||
# EST = Eastern Standard Time, so USA/Eastern
|
||||
# Only games started within this time period will be considered.
|
||||
starting_time: "2023-10-10 00:00:00 EST"
|
||||
ending_time: "2023-12-10 00:00:00 EST"
|
||||
starting_time: "2023-12-22 00:00:00 EST"
|
||||
ending_time: "2024-02-24 00:00:00 EST"
|
||||
|
||||
# Any variant that contains one of these keywords will not be allowed for the league.
|
||||
excluded_variants:
|
||||
|
|
Loading…
Reference in a new issue