bump arbdate

This commit is contained in:
Cadey Ratio 2020-01-04 14:51:20 +00:00
parent 5c8b169b1a
commit c8557da8ef
1 changed files with 1 additions and 1 deletions

View File

@ -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) {