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

Name

Description

tz

The underlying cctz time zone.

Created with MrDocs