aboutsummaryrefslogtreecommitdiff
path: root/cmd/site/main.go
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2020-01-04 14:51:20 +0000
committerChristine Dodrill <me@christine.website>2020-01-04 14:51:20 +0000
commitc8557da8ef4cc3c178a2ca1d222654cec08a370f (patch)
treeaedc61aa17af535f2dc8dca1f9cb75725878048a /cmd/site/main.go
parent5c8b169b1a3dd1e9bf109f54d083553afc610bad (diff)
downloadxesite-c8557da8ef4cc3c178a2ca1d222654cec08a370f.tar.xz
xesite-c8557da8ef4cc3c178a2ca1d222654cec08a370f.zip
bump arbdate
Diffstat (limited to 'cmd/site/main.go')
-rw-r--r--cmd/site/main.go2
1 files changed, 1 insertions, 1 deletions
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) {