[#BloombergLP-baltzo-LocalTimeOffsetUtil-loadTimezone-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baltzo.adoc[baltzo]::xref:BloombergLP/baltzo/LocalTimeOffsetUtil.adoc[LocalTimeOffsetUtil]::loadTimezone :relfileprefix: ../../../ :mrdocs: `loadTimezone` overloads == Synopses Declared in `<baltzo_localtimeoffsetutil.h>` Load to the specified `timezone` 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void xref:BloombergLP/baltzo/LocalTimeOffsetUtil/loadTimezone-0e.adoc[loadTimezone](xref:bsl/string.adoc[bsl::string]* timezone); ---- [.small]#xref:BloombergLP/baltzo/LocalTimeOffsetUtil/loadTimezone-0e.adoc[_» more..._]# Load to the specified `timezone` the time zone identifier used to determine the local time offset from UTC. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void xref:BloombergLP/baltzo/LocalTimeOffsetUtil/loadTimezone-09.adoc[loadTimezone](std::pmr::string* timezone); ---- [.small]#xref:BloombergLP/baltzo/LocalTimeOffsetUtil/loadTimezone-09.adoc[_» more..._]# Load to the specified `timezone` the time zone identifier used to determine the local time offset from UTC. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void xref:BloombergLP/baltzo/LocalTimeOffsetUtil/loadTimezone-0c.adoc[loadTimezone](std::string* timezone); ---- [.small]#xref:BloombergLP/baltzo/LocalTimeOffsetUtil/loadTimezone-0c.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#