[#SSL_SESSION_get_time_ex] = SSL_SESSION_get_time_ex :mrdocs: Return the session creation time as a time_t (Y2038‐safe counterpart to SSL_SESSION_get_time). == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- time_t SSL_SESSION_get_time_ex(xref:SSL_SESSION.adoc[SSL_SESSION] const* s); ---- == Return Value Creation time in seconds since the Epoch, or 0 if `s` is NULL. == Parameters [cols="1,4"] |=== | Name| Description | *s* | Session to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#