[#BloombergLP-baltzo-LocalTimeOffsetUtil-configure-0a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baltzo.adoc[baltzo]::xref:BloombergLP/baltzo/LocalTimeOffsetUtil.adoc[LocalTimeOffsetUtil]::configure :relfileprefix: ../../../ :mrdocs: `configure` overloads == Synopses Declared in `<baltzo_localtimeoffsetutil.h>` Configure local time period from the `TZ` environment variable. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/baltzo/LocalTimeOffsetUtil/configure-03.adoc[configure](); ---- [.small]#xref:BloombergLP/baltzo/LocalTimeOffsetUtil/configure-03.adoc[_» more..._]# Configure local time period for `timezone` at the current UTC time. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/baltzo/LocalTimeOffsetUtil/configure-0c.adoc[configure](char const* timezone); ---- [.small]#xref:BloombergLP/baltzo/LocalTimeOffsetUtil/configure-0c.adoc[_» more..._]# Configure local time period for `timezone` at `utcDatetime`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/baltzo/LocalTimeOffsetUtil/configure-0e.adoc[configure]( char const* timezone, xref:BloombergLP/bdlt/Datetime.adoc[bdlt::Datetime] const& utcDatetime); ---- [.small]#xref:BloombergLP/baltzo/LocalTimeOffsetUtil/configure-0e.adoc[_» more..._]# == 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]#