time.Time.Year (method)
11 uses
	time (current package)
		time.go#L520: func (t Time) Year() int {
	encoding/asn1
		asn1.go#L360: 	if ret.Year() >= 2050 {
		marshal.go#L364: 	year := t.Year()
		marshal.go#L391: 	year := t.Year()
		marshal.go#L406: 	year := t.Year()
	net/http
		cookie.go#L382: 	return t.Year() >= 1601
	vendor/golang.org/x/crypto/cryptobyte
		asn1.go#L111: 	if t.Year() < 0 || t.Year() > 9999 {
		asn1.go#L125: 		if t.Year() < 1950 || t.Year() >= 2050 {
		asn1.go#L538: 	if res.Year() >= 2050 {
|  | The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |