convertFromTimeT overloads
Declared in <bdlt_epochutil.h>
Return the absolute Datetime for time seconds after the epoch.
static
Datetime
convertFromTimeT(std::time_t time);
» more...
Load into result the Datetime for time seconds after the epoch.
static
void
convertFromTimeT(
Datetime* result,
std::time_t time);
» more...
the absolute datetime corresponding to time
| Name | Description |
|---|---|
| time | seconds since the Unix epoch |
| result | destination for the converted datetime |