[#BloombergLP-baltzo-ZoneinfoUtil] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baltzo.adoc[baltzo]::ZoneinfoUtil :relfileprefix: ../../ :mrdocs: This `struct` provides a namespace for utility operations using a `Zoneinfo` object. == Synopsis Declared in `<baltzo_zoneinfoutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct ZoneinfoUtil; ---- == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/baltzo/ZoneinfoUtil/convertUtcToLocalTime.adoc[`convertUtcToLocalTime`] | Convert `utcTime` to local time in `timeZone`. | xref:BloombergLP/baltzo/ZoneinfoUtil/isWellFormed.adoc[`isWellFormed`] | Return whether `timeZone` is a well‐formed Zoneinfo object. | xref:BloombergLP/baltzo/ZoneinfoUtil/loadRelevantTransitions.adoc[`loadRelevantTransitions`] | Load the transitions that apply to `localTime` in `timeZone`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#