[#SCT_get_timestamp] = SCT_get_timestamp :mrdocs: Get the timestamp of an SCT. == Synopsis Declared in `<openssl/ct.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- uint64_t SCT_get_timestamp(xref:SCT.adoc[SCT] const* sct); ---- == Return Value Timestamp as milliseconds since the Unix epoch. == Parameters [cols="1,4"] |=== | Name| Description | *sct* | SCT to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#