[#BloombergLP-bdlt-EpochUtil-convertFromTimeT64-0a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/EpochUtil.adoc[EpochUtil]::convertFromTimeT64 :relfileprefix: ../../../ :mrdocs: `convertFromTimeT64` overloads == Synopses Declared in `<bdlt_epochutil.h>` Return the absolute `Datetime` for `time` seconds after the epoch. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdlt/Datetime.adoc[Datetime] xref:BloombergLP/bdlt/EpochUtil/convertFromTimeT64-0d.adoc[convertFromTimeT64](xref:BloombergLP/bdlt/EpochUtil/TimeT64.adoc[TimeT64] time); ---- [.small]#xref:BloombergLP/bdlt/EpochUtil/convertFromTimeT64-0d.adoc[_» more..._]# Load into `result` the `Datetime` for `time` seconds after the epoch. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdlt/EpochUtil/convertFromTimeT64-08.adoc[convertFromTimeT64]( xref:BloombergLP/bdlt/Datetime.adoc[Datetime]* result, xref:BloombergLP/bdlt/EpochUtil/TimeT64.adoc[TimeT64] time); ---- [.small]#xref:BloombergLP/bdlt/EpochUtil/convertFromTimeT64-08.adoc[_» more..._]# == Return Value * the absolute datetime corresponding to `time` * 0 on success, and a non‐zero value otherwise == Parameters [cols="1,4"] |=== | Name| Description | *time* | seconds since the Unix epoch | *result* | destination for the converted datetime |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#