Use correct start date for WRJ22

This commit is contained in:
Asaf Gartner 2022-06-20 01:39:24 +03:00
parent fee5331c22
commit 64f94bddbb
1 changed files with 3 additions and 4 deletions

View File

@ -25,10 +25,9 @@ var WRJ2021 = Jam{
}
var WRJ2022 = Jam{
Name: "Wheel Reinvention Jam 2022",
Slug: "WRJ2022",
// StartTime: time.Date(2022, 8, 15, 0, 0, 0, 0, time.UTC),
StartTime: time.Date(2021, 8, 15, 0, 0, 0, 0, time.UTC),
Name: "Wheel Reinvention Jam 2022",
Slug: "WRJ2022",
StartTime: time.Date(2022, 8, 15, 0, 0, 0, 0, time.UTC),
EndTime: time.Date(2022, 8, 22, 0, 0, 0, 0, time.UTC),
}