Home | History | Annotate | Download | only in http

Lines Matching full:modtime

257 			modtime: time.Unix(1000000000, 0).UTC(),
497 modtime time.Time
505 func (f *fakeFileInfo) ModTime() time.Time { return f.modtime }
567 modtime: fileMod,
573 modtime: dirMod,
612 // Advance the index.html file's modtime, but not the directory's.
613 indexFile.modtime = indexFile.modtime.Add(1 * time.Hour)
637 modtime time.Time
651 ServeContent(w, r, p.name, p.modtime, p.content)
660 modtime time.Time
668 htmlModTime := mustStat(t, "testdata/index.html").ModTime()
678 modtime: htmlModTime,
684 modtime: htmlModTime,
693 modtime: htmlModTime,
738 modtime: time.Date(2014, 6, 25, 17, 12, 18, 0 /* nanos */, time.UTC),
749 modtime: time.Date(2014, 6, 25, 17, 12, 18, 123 /* nanos */, time.UTC),
760 modtime: time.Unix(0, 0),
781 modtime: tt.modtime,