From c8557da8ef4cc3c178a2ca1d222654cec08a370f Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 4 Jan 2020 14:51:20 +0000 Subject: [PATCH] bump arbdate --- 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 085fbe7..6c79831 100644 --- a/cmd/site/main.go +++ b/cmd/site/main.go @@ -84,7 +84,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.November, 2, 0, 0, 0, 0, time.UTC) +var arbDate = time.Date(2020, time.January, 2, 0, 0, 0, 0, time.UTC) // Build creates a new Site instance or fails. func Build() (*Site, error) {