time.Time.Location (method)
9 uses
time (current package)
format.go#L552: switch loc := t.Location(); loc {
time.go#L909: return Date(year+years, month+Month(months), day+days, hour, min, sec, int(t.nsec()), t.Location())
time.go#L1112: func (t Time) Location() *Location {
time.go#L1176: if t.Location() == UTC {
github.com/robfig/cron/v3
spec.go#L72: origLocation := t.Location()
spec.go#L75: loc = t.Location()
go.pact.im/x/flaky
schedule.go#L75: nowLoc := now.Location()
schedule.go#L78: midnight := time.Date(now.Year(), now.Month(), now.Day(), 0, 0, 0, 0, now.Location())
go.uber.org/zap
field.go#L350: return Field{Key: key, Type: zapcore.TimeType, Integer: val.UnixNano(), Interface: val.Location()}