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