ASN1_GENERALIZEDTIME_print
ASN1_GENERALIZEDTIME_print(out, thisupd);
ASN1_GENERALIZEDTIME_print(out, nextupd);
ASN1_GENERALIZEDTIME_print(out, rev);
ret = ASN1_GENERALIZEDTIME_print(out, str);
ASN1_GENERALIZEDTIME_print(out, gen);
if (!ASN1_GENERALIZEDTIME_print(bp, rd->producedAt))
if (!ASN1_GENERALIZEDTIME_print(bp, rev->revocationTime))
if (!ASN1_GENERALIZEDTIME_print(bp, single->thisUpdate))
if (!ASN1_GENERALIZEDTIME_print(bp, single->nextUpdate))
if (!ASN1_GENERALIZEDTIME_print(bp, a->crlTime))
if (!ASN1_GENERALIZEDTIME_print(bp, cutoff))
ASN1_GENERALIZEDTIME_print(bio, a->time);
if (ASN1_GENERALIZEDTIME_print(bp, X509_ACERT_get0_notBefore(x)) == 0)
if (ASN1_GENERALIZEDTIME_print(bp, X509_ACERT_get0_notAfter(x)) == 0)
if (!ASN1_GENERALIZEDTIME_print(bp, date))
ASN1_GENERALIZEDTIME_print(out, usage->notBefore);
ASN1_GENERALIZEDTIME_print(out, usage->notAfter);
ASN1_GENERALIZEDTIME_print(b, gtime);
int ASN1_GENERALIZEDTIME_print(BIO *fp, const ASN1_GENERALIZEDTIME *a);