func time.Parse
11 uses
time (current package)
format.go#L1007: func Parse(layout, value string) (Time, error) {
format_rfc3339.go#L158: t, err := Parse(RFC3339, string(b))
encoding/asn1
asn1.go#L346: ret, err = time.Parse(formatStr, s)
asn1.go#L349: ret, err = time.Parse(formatStr, s)
asn1.go#L374: if ret, err = time.Parse(formatStr, s); err != nil {
net/http
cookie.go#L145: exptime, err := time.Parse(time.RFC1123, val)
cookie.go#L147: exptime, err = time.Parse("Mon, 02-Jan-2006 15:04:05 MST", val)
header.go#L131: t, err = time.Parse(layout, text)
vendor/golang.org/x/crypto/cryptobyte
asn1.go#L498: res, err := time.Parse(generalizedTimeFormatStr, t)
asn1.go#L522: res, err := time.Parse(formatStr, t)
asn1.go#L528: res, err = time.Parse(formatStr, t)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |