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