const encoding/asn1.TagUTCTime
10 uses
encoding/asn1 (current package)
asn1.go#L654: case TagGeneralizedTime, TagUTCTime:
asn1.go#L656: t.tag = TagUTCTime
asn1.go#L754: case TagUTCTime:
asn1.go#L843: if universalTag == TagUTCTime {
asn1.go#L910: if universalTag == TagUTCTime {
common.go#L37: TagUTCTime = 23
common.go#L109: ret.timeType = TagUTCTime
common.go#L160: 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.8.4. (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. |