const encoding/asn1.TagGeneralizedTime
9 uses
encoding/asn1 (current package)
asn1.go#L627: case TagGeneralizedTime, TagUTCTime:
asn1.go#L720: case TagGeneralizedTime:
asn1.go#L804: if universalTag == TagUTCTime && t.tag == TagGeneralizedTime && t.class == ClassUniversal {
asn1.go#L805: universalTag = TagGeneralizedTime
common.go#L38: TagGeneralizedTime = 24
common.go#L114: 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.3.2-preview. (GOOS=darwin 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. |