var time.UTC
15 uses
time (current package)
format.go#L553: case UTC, nil:
format.go#L948: return parse(layout, value, UTC, Local)
format.go#L1121: z = UTC
format.go#L1183: z = UTC
format.go#L1283: t := Date(year, Month(month), day, hour, min, sec, nsec, UTC)
format.go#L1300: t := Date(year, Month(month), day, hour, min, sec, nsec, UTC)
time.go#L1115: l = UTC
time.go#L1176: if t.Location() == UTC {
zoneinfo.go#L67: var UTC *Location = &utcLoc
zoneinfo.go#L643: return UTC, nil
github.com/go-pg/pg/v10/types
time.go#L27: return time.ParseInLocation(timeFormat, s, time.UTC)
time.go#L29: return time.ParseInLocation(dateFormat, s, time.UTC)
time.go#L43: return time.ParseInLocation(timestampFormat, s, time.UTC)
go.pact.im/x/clock/fakeclock
fakeclock.go#L53: return Time(time.Date(2009, time.November, 10, 23, 0, 0, 0, time.UTC))
go.pact.im/x/flaky
schedule.go#L64: loc = time.UTC