[#BloombergLP-bdlt-EpochUtil-convertFromTimeT64-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/EpochUtil.adoc[EpochUtil]::convertFromTimeT64 :relfileprefix: ../../../ :mrdocs: Return the absolute `Datetime` for `time` seconds after the epoch. == Synopsis Declared in `<bdlt_epochutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdlt/Datetime.adoc[Datetime] convertFromTimeT64(xref:BloombergLP/bdlt/EpochUtil/TimeT64.adoc[TimeT64] time); ---- == Description Return, as a `Datetime`, the absolute datetime computed as the sum of the specified relative `time` and the epoch. The behavior is undefined unless the converted `time` can be represented in the destination format. Note that the returned value will use Coordinated Universal Time (UTC) as a reference. Also note that if error detection is desired, the overloaded version that loads the converted `time` into a supplied destination object should be used. == Return Value the absolute datetime corresponding to `time` == Parameters [cols="1,4"] |=== | Name| Description | *time* | seconds since the Unix epoch |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#