var time.UTC
11 uses
time (current package)
format.go#L605: case UTC, nil:
format.go#L1030: return parse(layout, value, UTC, Local)
format.go#L1213: z = UTC
format.go#L1291: z = UTC
format.go#L1391: t := Date(year, Month(month), day, hour, min, sec, nsec, UTC)
format.go#L1409: 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#L1396: l = UTC
time.go#L1475: if t.Location() == UTC {
zoneinfo.go#L71: var UTC *Location = &utcLoc
zoneinfo.go#L665: return UTC, nil
 |
The pages are generated with Golds v0.8.4. (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. |