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;
Load the Zoneinfo file path for timeZoneId into result.
int
loadTimeZoneFilePath(
std::pmr::string* result,
char const* timeZoneId) const;
Load the Zoneinfo file path for timeZoneId into result.
int
loadTimeZoneFilePath(
std::string* result,
char const* timeZoneId) const;
Return Value
0 on success, and a non‐zero value otherwise
Parameters
Name |
Description |
result |
receives the file‐system path to the Zoneinfo data file |
timeZoneId |
identifier of the time zone whose file path is loaded |
Created with MrDocs