[#CT_POLICY_EVAL_CTX_get_time] = CT_POLICY_EVAL_CTX_get_time :mrdocs: Get the evaluation time used when checking whether an SCT is in the future. == Synopsis Declared in `<openssl/ct.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- uint64_t CT_POLICY_EVAL_CTX_get_time(xref:CT_POLICY_EVAL_CTX.adoc[CT_POLICY_EVAL_CTX] const* ctx); ---- == Return Value Time in milliseconds since the Unix epoch. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | Policy evaluation context to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#