convertToTimeT64 overloads
Declared in <bdlt_epochutil.h>
Return seconds from the epoch to the specified datetime.
static
EpochUtil::TimeT64
convertToTimeT64(Datetime const& datetime);
» more...
Load into result the seconds from the epoch to datetime.
static
void
convertToTimeT64(
TimeT64* result,
Datetime const& datetime);
» more...
seconds from the epoch to datetime
| Name | Description |
|---|---|
| datetime | absolute datetime in UTC |
| result | destination for seconds since the epoch |