[#absl-TimeZone-2constructor-00] = xref:absl.adoc[absl]::xref:absl/TimeZone.adoc[TimeZone]::TimeZone :relfileprefix: ../../ :mrdocs: Constructors == Synopses Declared in `<absl/time/time.h>` Constructs the UTC time zone; prefer `UTCTimeZone()` to be explicit. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:absl/TimeZone/2constructor-01.adoc[TimeZone]() = default; ---- [.small]#xref:absl/TimeZone/2constructor-01.adoc[_» more..._]# Constructs a copy of another time zone. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:absl/TimeZone/2constructor-06.adoc[TimeZone](xref:absl/TimeZone.adoc[TimeZone] const& other) = default; ---- [.small]#xref:absl/TimeZone/2constructor-06.adoc[_» more..._]# Constructs a time zone wrapping the given cctz time zone. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:absl/TimeZone/2constructor-0a.adoc[TimeZone](/* implementation-defined */::cctz::time_zone tz); ---- [.small]#xref:absl/TimeZone/2constructor-0a.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *other* | The time zone to copy. | *tz* | The underlying cctz time zone. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#