Convert a time_t to UTC broken-down time into caller-provided storage.
Declared in <openssl/crypto.h>
tm*
OPENSSL_gmtime(
time_t const* timer,
tm* result);
result on success, or NULL on error.
| Name | Description |
|---|---|
| timer | Instant to convert. |
| result | Destination struct tm (thread-safe alternative to gmtime()). |