[#BloombergLP-bdlt-EpochUtil-convertToTimeT-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/EpochUtil.adoc[EpochUtil]::convertToTimeT :relfileprefix: ../../../ :mrdocs: Load into the specified `result` the relative time computed as the difference between the specified absolute `datetime` and the epoch. Return 0 on success, and a non‐zero value (with no effect on `result`) if `datetime ‐ epoch() < DatetimeInterval()` or `datetime` cannot be represented in the destination format on all supported platforms (i.e., the computed `*result` is not representable as a 32‐bit `int`). Note that `datetime` is assumed to use Coordinated Universal Time (UTC) as a reference. == Synopsis Declared in `<bdlt_epochutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int convertToTimeT( std::time_t* result, xref:BloombergLP/bdlt/Datetime.adoc[Datetime] const& datetime); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#