[#BloombergLP-baltzo-Zoneinfo-2constructor-02] = 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. == Synopsis Declared in `<baltzo_zoneinfo.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- Zoneinfo( xref:BloombergLP/baltzo/Zoneinfo.adoc[Zoneinfo] const& original, xref:BloombergLP/baltzo/Zoneinfo/allocator_type.adoc[allocator_type] const& allocator = allocator_type()); ---- == Description Optionally specify an `allocator` (e.g., the address of a `bslma::Allocator` object) to supply memory; otherwise, the default allocator is used. == Parameters [cols="1,4"] |=== | Name| Description | *original* | the object whose value is copied | *allocator* | the allocator used to supply memory |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#