const encoding/asn1.TagGeneralizedTime
8 uses
encoding/asn1 (current package)
asn1.go#L654: case TagGeneralizedTime, TagUTCTime:
asn1.go#L756: case TagGeneralizedTime:
asn1.go#L845: if t.tag == TagGeneralizedTime {
common.go#L38: TagGeneralizedTime = 24
common.go#L107: ret.timeType = TagGeneralizedTime
marshal.go#L464: if params.timeType == TagGeneralizedTime || outsideUTCRange(t) {
marshal.go#L657: if params.timeType == TagGeneralizedTime || outsideUTCRange(t) {
marshal.go#L658: tag = TagGeneralizedTime
![]() |
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. |