var time.UTC
11 uses
time (current package)
format.go#L604: case UTC, nil:
format.go#L1026: return parse(layout, value, UTC, Local)
format.go#L1209: z = UTC
format.go#L1287: z = UTC
format.go#L1387: t := Date(year, Month(month), day, hour, min, sec, nsec, UTC)
format.go#L1405: 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#L1205: l = UTC
time.go#L1284: if t.Location() == UTC {
zoneinfo.go#L71: var UTC *Location = &utcLoc
zoneinfo.go#L668: return UTC, nil
 |
The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |