archive/zip.FileHeader.Modified (field)
10 uses
archive/zip (current package)
reader.go#L404: f.Modified = msdosModified
reader.go#L406: f.Modified = modified.UTC()
reader.go#L417: f.Modified = modified.In(timeZone(msdosModified.Sub(modified)))
struct.go#L127: Modified time.Time
struct.go#L159: if fi.fh.Modified.IsZero() {
struct.go#L162: return fi.fh.Modified.UTC()
struct.go#L262: h.Modified = t
writer.go#L295: if !fh.Modified.IsZero() {
writer.go#L304: fh.ModifiedDate, fh.ModifiedTime = timeToMsDosTime(fh.Modified)
writer.go#L313: mt := uint32(fh.Modified.Unix())
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |