From 11c4dbe9253fc4614def25741cf7194c9abe51f9 Mon Sep 17 00:00:00 2001 From: Ben Visness Date: Mon, 15 Aug 2022 06:58:24 -0500 Subject: [PATCH] Jam starts now go go go --- src/hmndata/jams.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hmndata/jams.go b/src/hmndata/jams.go index 96a7f1b..91b9ff1 100644 --- a/src/hmndata/jams.go +++ b/src/hmndata/jams.go @@ -28,7 +28,7 @@ var WRJ2021 = Jam{ var WRJ2022 = Jam{ Name: "Wheel Reinvention Jam 2022", Slug: "WRJ2022", - StartTime: time.Date(2022, 8, 15, 8, 0, 0, 0, utils.Must1(time.LoadLocation("America/Los_Angeles"))), + StartTime: time.Date(2022, 8, 15, 0, 0, 0, 0, utils.Must1(time.LoadLocation("America/Los_Angeles"))), EndTime: time.Date(2022, 8, 22, 8, 0, 0, 0, utils.Must1(time.LoadLocation("America/Los_Angeles"))), }