[#ASN1_TIME_print_ex] = ASN1_TIME_print_ex :mrdocs: Print an ASN.1 Time to a BIO with ASN1_DTFLGS_* formatting flags. == Synopsis Declared in `<openssl/asn1.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int ASN1_TIME_print_ex( xref:BIO.adoc[BIO]* bp, xref:ASN1_TIME.adoc[ASN1_TIME] const* tm, unsigned long flags); ---- == Return Value 1 on success, or 0 on error. == Parameters [cols="1,4"] |=== | Name| Description | *bp* | Output BIO. | *tm* | Time value (UTCTime or GeneralizedTime). | *flags* | Combination of ASN1_DTFLGS_* (for example ASN1_DTFLGS_ISO8601). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#