Return, as a bsls::TimeInterval, the relative time computed as the difference between the specified absolute datetime and the epoch.

Synopsis

Declared in <bdlt_epochutil.h>

static
bsls::TimeInterval
convertToTimeInterval(Datetime const& datetime);

Return Value

the relative time from the epoch to datetime

Parameters

Name

Description

datetime

absolute datetime in UTC

Created with MrDocs