github.com/klauspost/compress/gzip.Header.ModTime (field)

4 uses

	compress/gzip
		gunzip.go#L55: 	ModTime time.Time // modification time
		gunzip.go#L192: 		hdr.ModTime = time.Unix(t, 0)
		gzip.go#L157: 		if z.ModTime.After(time.Unix(0, 0)) {
		gzip.go#L160: 			le.PutUint32(z.buf[4:8], uint32(z.ModTime.Unix()))