func github.com/aws/smithy-go/ptr.ToTime

4 uses

	github.com/aws/smithy-go/ptr (current package)
		from_ptr.go#L536: func ToTime(p *time.Time) (v time.Time) {
		from_ptr.go#L550: 		ps[i] = ToTime(v)
		from_ptr.go#L562: 		ps[k] = ToTime(v)

	github.com/aws/aws-sdk-go-v2/aws
		from_ptr.go#L329: 	return ptr.ToTime(p)