absl::TimeZone::TimeZone

Constructs a time zone wrapping the given cctz time zone.

Synopsis

Declared in <absl/time/time.h>

explicit
TimeZone(/* implementation-defined */::cctz::time_zone tz);

Parameters

NameDescription
tzThe underlying cctz time zone.