[#BloombergLP-bdlt-EpochUtil-convertFromTimeT-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/EpochUtil.adoc[EpochUtil]::convertFromTimeT :relfileprefix: ../../../ :mrdocs: `convertFromTimeT` overloads == Synopses Declared in `<bdlt_epochutil.h>` Return, as a `Datetime`, the absolute datetime computed as the sum of the specified relative `time` and the epoch. The behavior is undefined unless `0 <= time` and, for the resultant `Datetime` `dt`, `0 == convertToTimeT(&time, dt)` (i.e., `time` is representable as a 32‐bit `int`). Note that the returned value will use Coordinated Universal Time (UTC) as a reference. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdlt/Datetime.adoc[Datetime] xref:BloombergLP/bdlt/EpochUtil/convertFromTimeT-0f7.adoc[convertFromTimeT](std::time_t time); ---- [.small]#xref:BloombergLP/bdlt/EpochUtil/convertFromTimeT-0f7.adoc[_» more..._]# Load into the specified `result` the absolute datetime converted to a `Datetime`, computed as the sum of the specified relative `time` and the epoch. The behavior is undefined unless `0 <= time` and `0 == convertToTimeT(&time, *result)` (i.e., `time` is representable as a 32‐bit `int`). Note that `result` will use Coordinated Universal Time (UTC) as a reference. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void xref:BloombergLP/bdlt/EpochUtil/convertFromTimeT-0f6.adoc[convertFromTimeT]( xref:BloombergLP/bdlt/Datetime.adoc[Datetime]* result, std::time_t time); ---- [.small]#xref:BloombergLP/bdlt/EpochUtil/convertFromTimeT-0f6.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#