var time.UTC
11 uses
time (current package)
format.go#L586: case UTC, nil:
format.go#L1014: return parse(layout, value, UTC, Local)
format.go#L1197: z = UTC
format.go#L1259: z = UTC
format.go#L1359: t := Date(year, Month(month), day, hour, min, sec, nsec, UTC)
format.go#L1377: t := Date(year, Month(month), day, hour, min, sec, nsec, UTC)
format_rfc3339.go#L129: t := Date(year, Month(month), day, hour, min, sec, nsec, UTC)
time.go#L1156: l = UTC
time.go#L1235: if t.Location() == UTC {
zoneinfo.go#L67: var UTC *Location = &utcLoc
zoneinfo.go#L664: return UTC, nil
|
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |