From 928d72cf21528f6e0bf11564532f3c05189d4923 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Thu, 12 Sep 2019 18:46:42 -0400 Subject: [PATCH] Update main.go --- cmd/site/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/site/main.go b/cmd/site/main.go index 00593f3..391b56b 100644 --- a/cmd/site/main.go +++ b/cmd/site/main.go @@ -82,7 +82,7 @@ func (s *Site) ServeHTTP(w http.ResponseWriter, r *http.Request) { middleware.RequestID(s.xffmw.Handler(ex.HTTPLog(s.mux))).ServeHTTP(w, r) } -var arbDate = time.Date(2019, time.May, 20, 18, 0, 0, 0, time.UTC) +var arbDate = time.Date(2019, time.September, 12, 0, 0, 0, 0, time.UTC) // Build creates a new Site instance or fails. func Build() (*Site, error) {