[#ASN1_UTCTIME_print] = ASN1_UTCTIME_print :mrdocs: Print an ASN.1 UTCTime to a BIO in human‐readable form. == Synopsis Declared in `<openssl/asn1.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int ASN1_UTCTIME_print( xref:BIO.adoc[BIO]* fp, xref:ASN1_UTCTIME.adoc[ASN1_UTCTIME] const* a); ---- == Return Value 1 on success, or 0 on I/O or format error. == Parameters [cols="1,4"] |=== | Name| Description | *fp* | BIO that receives text such as "Feb 3 00:55:52 2015 GMT". | *a* | UTCTime value to print. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#