[#ASN1_TIME_print] = ASN1_TIME_print :mrdocs: Print an ASN.1 Time (UTCTime or GeneralizedTime) to a BIO in a human‐readable form. == Synopsis Declared in `<openssl/asn1.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int ASN1_TIME_print( xref:BIO.adoc[BIO]* bp, xref:ASN1_TIME.adoc[ASN1_TIME] const* tm); ---- == Return Value 1 on success, or 0 on error. == Parameters [cols="1,4"] |=== | Name| Description | *bp* | BIO that receives the formatted timestamp text. | *tm* | Time value to print; must be a valid ASN1_TIME (UTCTIME or GENERALIZEDTIME). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#