Source File
time.go
Belonging Package
github.com/aws/smithy-go/transport/http
package http
import (
smithytime
)
// ParseTime parses a time string like the HTTP Date header. This uses a more
// relaxed rule set for date parsing compared to the standard library.
func ( string) ( time.Time, error) {
return smithytime.ParseHTTPDate()
}
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)