[#absl-TimeZone-2constructor-0a] = xref:absl.adoc[absl]::xref:absl/TimeZone.adoc[TimeZone]::TimeZone :relfileprefix: ../../ :mrdocs: Constructs a time zone wrapping the given cctz time zone. == Synopsis Declared in `<absl/time/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit TimeZone(/* implementation-defined */::cctz::time_zone tz); ---- == Parameters [cols="1,4"] |=== | Name| Description | *tz* | The underlying cctz time zone. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#