From c50d8f8ea4b76ede7a83c9d75edc54cad58d0a28 Mon Sep 17 00:00:00 2001 From: Asaf Gartner Date: Fri, 7 Apr 2023 01:04:24 +0300 Subject: [PATCH] Testing with different dates --- 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 c90a210..a6bcbb1 100644 --- a/src/hmndata/jams.go +++ b/src/hmndata/jams.go @@ -41,7 +41,7 @@ var WRJ2022 = Jam{ var VJ2023 = Jam{ Event: Event{ - StartTime: time.Date(2023, 4, 14, 0, 0, 0, 0, time.UTC), + StartTime: time.Date(2023, 4, 5, 0, 0, 0, 0, time.UTC), EndTime: time.Date(2023, 4, 17, 0, 0, 0, 0, time.UTC), }, Name: "Visibility Jam 2023",