Load the time zone identifier into timezone.
Declared in <baltzo_localtimeoffsetutil.h>
static
void
loadTimezone(bsl::string* timezone);
Load to the specified timezone the time zone identifier used to determine the local time offset from UTC. This method is not thread-safe. The behavior is undefined if this method is invoked before the successful invocation of a configure method.
| Name | Description |
|---|---|
| timezone | receives the time zone identifier |