time.Time.In (method)
7 uses
time (current package)
time.go#L1384: func (t Time) In(loc *Location) Time {
github.com/jackc/pgx/v5/pgtype
timestamptz.go#L275: tim = tim.In(plan.location)
timestamptz.go#L327: tim = tim.In(plan.location)
go.pact.im/x/flaky
schedule.go#L75: now = now.In(t.loc)
schedule.go#L86: return next.In(nowLoc)
go.uber.org/zap/zapcore
field.go#L152: enc.AddTime(f.Key, time.Unix(0, f.Integer).In(f.Interface.(*time.Location)))
log/slog
value.go#L391: return time.Unix(0, int64(v.num)).In(a)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)