[#BloombergLP-baltzo-Zoneinfo-2constructor-00a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baltzo.adoc[baltzo]::xref:BloombergLP/baltzo/Zoneinfo.adoc[Zoneinfo]::Zoneinfo :relfileprefix: ../../../ :mrdocs: Create a `Zoneinfo` object having the same value as the specified `original` object, using the specified `allocator` (e.g., the address of a `bslma::Allocator` object) to supply memory. The allocator of `original` remains unchanged. If `original` and the newly created object have the same allocator then the value of `original` becomes unspecified but valid, and no exceptions will be thrown; otherwise `original` is unchanged and an exception may be thrown. == Synopsis Declared in `<baltzo_zoneinfo.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- Zoneinfo( xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<Zoneinfo>] original, xref:BloombergLP/baltzo/Zoneinfo/allocator_type.adoc[allocator_type] const& allocator); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#