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