const encoding/asn1.TagUTCTime
10 uses
encoding/asn1 (current package)
asn1.go#L627: case TagGeneralizedTime, TagUTCTime:
asn1.go#L629: t.tag = TagUTCTime
asn1.go#L718: case TagUTCTime:
asn1.go#L804: if universalTag == TagUTCTime && t.tag == TagGeneralizedTime && t.class == ClassUniversal {
asn1.go#L865: if universalTag == TagUTCTime {
common.go#L37: TagUTCTime = 23
common.go#L116: ret.timeType = TagUTCTime
common.go#L167: return false, TagUTCTime, false, true
marshal.go#L629: if params.timeType != 0 && tag != TagUTCTime {
marshal.go#L655: case TagUTCTime:
![]() |
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. |