github.com/jackc/pgx/v5/pgtype.TimeScanner.ScanTime (method)

5 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		time.go#L13: 	ScanTime(v Time) error
		time.go#L164: 		return scanner.ScanTime(Time{})
		time.go#L173: 	return scanner.ScanTime(Time{Microseconds: usec, Valid: true})
		time.go#L210: 		return scanner.ScanTime(Time{})
		time.go#L255: 	return scanner.ScanTime(Time{Microseconds: usec, Valid: true})