[#BloombergLP-baltzo-Loader-loadTimeZone] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baltzo.adoc[baltzo]::xref:BloombergLP/baltzo/Loader.adoc[Loader]::loadTimeZone :relfileprefix: ../../../ :mrdocs: Load into the specified `result` the time zone information for the time zone identified by the specified `timeZoneId`. Return 0 on success, and a non‐zero value otherwise. A return status of `ErrorCode::k_UNSUPPORTED_ID` indicates that `timeZoneId` is not recognized. If an error occurs during this operation, `result` will be left in a valid, but otherwise unspecified state. On return, `result` will be well‐formed (see `ZoneinfoUtil::isWellFormed`) and `result‐>identifier()` will be `timeZoneId` (concrete implementations not meeting those constraints will not be usable by other other components in this package ‐‐ e.g., `baltzo_zoneinfocache`). == Synopsis Declared in `<baltzo_loader.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual int loadTimeZone( xref:BloombergLP/baltzo/Zoneinfo.adoc[Zoneinfo]* result, char const* timeZoneId) = 0; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#