[#BloombergLP-baltzo-LocalTimeOffsetUtil-configure-0e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baltzo.adoc[baltzo]::xref:BloombergLP/baltzo/LocalTimeOffsetUtil.adoc[LocalTimeOffsetUtil]::configure :relfileprefix: ../../../ :mrdocs: Configure local time period for `timezone` at `utcDatetime`. == Synopsis Declared in `<baltzo_localtimeoffsetutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int configure( char const* timezone, xref:BloombergLP/bdlt/Datetime.adoc[bdlt::Datetime] const& utcDatetime); ---- == Description Set the local time period information used by the `localTimeOffset` method to that for the specified `timezone` at the specified `utcDatetime`. Return 0 on success, and a non‐zero value otherwise. This method is _not_ thread‐safe. == Return Value 0 on success, and a non‐zero value otherwise == Parameters [cols="1,4"] |=== | Name| Description | *timezone* | time zone identifier to configure | *utcDatetime* | UTC datetime for the local time period |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#