[#absl-TimeZone-2constructor-06] = xref:absl.adoc[absl]::xref:absl/TimeZone.adoc[TimeZone]::TimeZone :relfileprefix: ../../ :mrdocs: Constructs a copy of another time zone. == Synopsis Declared in `<absl/time/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr TimeZone(xref:absl/TimeZone.adoc[TimeZone] const& other) = default; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The time zone to copy. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#