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()
}