[#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 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/convertFromTimeT-0f7.adoc[convertFromTimeT](std::time_t time); ---- [.small]#xref:BloombergLP/bdlt/EpochUtil/convertFromTimeT-0f7.adoc[_» more..._]# Load into `result` the `Datetime` for `time` seconds after the epoch. [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..._]# == Return Value the absolute datetime corresponding to `time` == 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]#