github.com/jackc/pgx/v5/pgtype.TimestamptzCodec.ScanLocation (field)

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		timestamp.go#L137: 	ScanLocation *time.Location
		timestamp.go#L247: 			return &scanPlanBinaryTimestampToTimestampScanner{location: c.ScanLocation}
		timestamp.go#L252: 			return &scanPlanTextTimestampToTimestampScanner{location: c.ScanLocation}