[#BloombergLP-baltzo-LocalTimeOffsetUtil-configure-03] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baltzo.adoc[baltzo]::xref:BloombergLP/baltzo/LocalTimeOffsetUtil.adoc[LocalTimeOffsetUtil]::configure :relfileprefix: ../../../ :mrdocs: Set the local time period information used by the `localTimeOffset` method to that for the time zone in the `TZ` environment variable at the current UTC datetime. Return 0 on success, and a non‐zero value otherwise. This method is _not_ thread‐safe. The behavior is undefined if the environment changes (e.g., a call to the `putenv` POSIX function) during the invocation of this method. == Synopsis Declared in `<baltzo_localtimeoffsetutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int configure(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#