Return a bsls::TimeInterval value representing the difference between local time and UTC time at the specified utcDatetime. Note that the local time zone is determined by the TZ environment variable in the same manner as the localtime POSIX function.

Synopsis

Declared in <bdlt_localtimeoffset.h>

static
bsls::TimeInterval
localTimeOffsetDefault(Datetime const& utcDatetime);

Created with MrDocs