archive/zip.FileHeader.ModifiedTime (field)
9 uses
archive/zip (current package)
reader.go#L281: f.ModifiedTime = b.uint16()
reader.go#L403: msdosModified := msDosTimeToTime(f.ModifiedDate, f.ModifiedTime)
reader.go#L416: if f.ModifiedTime != 0 || f.ModifiedDate != 0 {
struct.go#L128: ModifiedTime uint16 // Deprecated: Legacy MS-DOS date; use Modified instead.
struct.go#L253: return msDosTimeToTime(h.ModifiedDate, h.ModifiedTime)
struct.go#L263: h.ModifiedDate, h.ModifiedTime = timeToMsDosTime(t)
writer.go#L98: b.uint16(h.ModifiedTime)
writer.go#L304: fh.ModifiedDate, fh.ModifiedTime = timeToMsDosTime(fh.Modified)
writer.go#L391: b.uint16(h.ModifiedTime)
![]() |
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. |