loadTimeZoneFilePath overloads
Declared in <baltzo_datafileloader.h>
Load the time-zone data file path into result.
int
loadTimeZoneFilePath(
bsl::string* result,
char const* timeZoneId) const;
» more...
Load into the specified result the file-system path to the Zoneinfo binary data file corresponding to the specified timeZoneId relative to the configured rootPath. Return 0 on success, and a non-zero value otherwise.
int
loadTimeZoneFilePath(
std::pmr::string* result,
char const* timeZoneId) const;
» more...
Load into the specified result the file-system path to the Zoneinfo binary data file corresponding to the specified timeZoneId relative to the configured rootPath. Return 0 on success, and a non-zero value otherwise.
int
loadTimeZoneFilePath(
std::string* result,
char const* timeZoneId) const;
» more...