func archive/zip.timeToMsDosTime
3 uses
archive/zip (current package)
struct.go#L242: func timeToMsDosTime(t time.Time) (fDate uint16, fTime uint16) {
struct.go#L263: h.ModifiedDate, h.ModifiedTime = timeToMsDosTime(t)
writer.go#L304: fh.ModifiedDate, fh.ModifiedTime = timeToMsDosTime(fh.Modified)
 |
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. |