[#BloombergLP-baltzo-DefaultZoneinfoCache-loadDefaultZoneinfoDataLocations-09] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baltzo.adoc[baltzo]::xref:BloombergLP/baltzo/DefaultZoneinfoCache.adoc[DefaultZoneinfoCache]::loadDefaultZoneinfoDataLocations :relfileprefix: ../../../ :mrdocs: Load the default Zoneinfo data paths into `locations`. == Synopsis Declared in `<baltzo_defaultzoneinfocache.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void loadDefaultZoneinfoDataLocations(std::pmr::vector<char const*>* locations); ---- == Description Load into the specified `locations`, the sequence of null terminated C‐style strings that characterizes the default paths for Zoneinfo data, accessed by this class, on this platform. == Parameters [cols="1,4"] |=== | Name| Description | *locations* | receives the default Zoneinfo data paths |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#