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

15 uses

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

	github.com/aws/aws-sdk-go-v2/service/s3
		serializers.go#L349: 		encoder.SetHeader(locationName).String(smithytime.FormatHTTPDate(*v.CopySourceIfModifiedSince))
		serializers.go#L359: 		encoder.SetHeader(locationName).String(smithytime.FormatHTTPDate(*v.CopySourceIfUnmodifiedSince))
		serializers.go#L389: 		encoder.SetHeader(locationName).String(smithytime.FormatHTTPDate(*v.Expires))
		serializers.go#L732: 		encoder.SetHeader(locationName).String(smithytime.FormatHTTPDate(*v.Expires))
		serializers.go#L3351: 		encoder.SetHeader(locationName).String(smithytime.FormatHTTPDate(*v.IfModifiedSince))
		serializers.go#L3361: 		encoder.SetHeader(locationName).String(smithytime.FormatHTTPDate(*v.IfUnmodifiedSince))
		serializers.go#L3408: 		encoder.SetQuery("response-expires").String(smithytime.FormatHTTPDate(*v.ResponseExpires))
		serializers.go#L4215: 		encoder.SetHeader(locationName).String(smithytime.FormatHTTPDate(*v.IfModifiedSince))
		serializers.go#L4225: 		encoder.SetHeader(locationName).String(smithytime.FormatHTTPDate(*v.IfUnmodifiedSince))
		serializers.go#L6917: 		encoder.SetHeader(locationName).String(smithytime.FormatHTTPDate(*v.Expires))
		serializers.go#L8233: 		encoder.SetHeader(locationName).String(smithytime.FormatHTTPDate(*v.CopySourceIfModifiedSince))
		serializers.go#L8243: 		encoder.SetHeader(locationName).String(smithytime.FormatHTTPDate(*v.CopySourceIfUnmodifiedSince))
		serializers.go#L8466: 		encoder.SetHeader(locationName).String(smithytime.FormatHTTPDate(*v.Expires))
		serializers.go#L8471: 		encoder.SetHeader(locationName).String(smithytime.FormatHTTPDate(*v.LastModified))