Load time zone information for the specified timeZoneId.
Declared in <baltzo_testloader.h>
virtual
int
loadTimeZone(
Zoneinfo* result,
char const* timeZoneId) override;
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 the operation, result will be left in a valid but unspecified state.