func time.ParseInLocation
3 uses
time (current package)
format.go#L1038: func ParseInLocation(layout, value string, loc *Location) (Time, error) {
github.com/jackc/pgx/v5/pgtype
date.go#L113: t, err := time.ParseInLocation("2006-01-02", *s, time.UTC)
timestamp.go#L122: tim, err = time.ParseInLocation(jsonISO8601, tss, time.UTC)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)