[#BloombergLP-baltzo-LocalTimeOffsetUtil-loadTimezone-0e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baltzo.adoc[baltzo]::xref:BloombergLP/baltzo/LocalTimeOffsetUtil.adoc[LocalTimeOffsetUtil]::loadTimezone :relfileprefix: ../../../ :mrdocs: Load the time zone identifier into `timezone`. == Synopsis Declared in `<baltzo_localtimeoffsetutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void loadTimezone(xref:bsl/string.adoc[bsl::string]* timezone); ---- == Description 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. == Parameters [cols="1,4"] |=== | Name| Description | *timezone* | receives the time zone identifier |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#