func github.com/aws/smithy-go/time.FormatDateTime

8 uses

	github.com/aws/smithy-go/time (current package)
		time.go#L30: func FormatDateTime(value time.Time) string {

	github.com/aws/aws-sdk-go-v2/service/s3
		serializers.go#L447: 		encoder.SetHeader(locationName).String(smithytime.FormatDateTime(*v.ObjectLockRetainUntilDate))
		serializers.go#L785: 		encoder.SetHeader(locationName).String(smithytime.FormatDateTime(*v.ObjectLockRetainUntilDate))
		serializers.go#L6970: 		encoder.SetHeader(locationName).String(smithytime.FormatDateTime(*v.ObjectLockRetainUntilDate))
		serializers.go#L8500: 		encoder.SetHeader(locationName).String(smithytime.FormatDateTime(*v.ObjectLockRetainUntilDate))
		serializers.go#L10329: 		el.String(smithytime.FormatDateTime(*v.Date))
		serializers.go#L11094: 		el.String(smithytime.FormatDateTime(*v.RetainUntilDate))
		serializers.go#L12567: 		el.String(smithytime.FormatDateTime(*v.Date))