const encoding/asn1.TagGeneralizedTime
9 uses
encoding/asn1 (current package)
asn1.go#L630: case TagGeneralizedTime, TagUTCTime:
asn1.go#L723: case TagGeneralizedTime:
asn1.go#L807: if universalTag == TagUTCTime && t.tag == TagGeneralizedTime && t.class == ClassUniversal {
asn1.go#L808: universalTag = TagGeneralizedTime
common.go#L38: TagGeneralizedTime = 24
common.go#L107: ret.timeType = TagGeneralizedTime
marshal.go#L467: if params.timeType == TagGeneralizedTime || outsideUTCRange(t) {
marshal.go#L656: if params.timeType == TagGeneralizedTime || outsideUTCRange(v.Interface().(time.Time)) {
marshal.go#L657: tag = TagGeneralizedTime
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. |