package httpmanifest import "time" func parseReleaseTime(value string) (time.Time, error) { return time.Parse(time.RFC3339, value) }