BloombergLP::baltzo::DataFileLoader::loadTimeZoneFilePath

Load the Zoneinfo file path for timeZoneId into result.

Synopses

Declared in <baltzo_datafileloader.h>

Load the Zoneinfo file path for timeZoneId into result.

int
loadTimeZoneFilePath(
    bsl::string* result,
    char const* timeZoneId) const;
» more...

Load the Zoneinfo file path for timeZoneId into result.

int
loadTimeZoneFilePath(
    std::pmr::string* result,
    char const* timeZoneId) const;
» more...

Load the Zoneinfo file path for timeZoneId into result.

int
loadTimeZoneFilePath(
    std::string* result,
    char const* timeZoneId) const;
» more...

Return Value

0 on success, and a non-zero value otherwise

Parameters

NameDescription
resultreceives the file-system path to the Zoneinfo data file
timeZoneIdidentifier of the time zone whose file path is loaded