Constructs a copy of another time zone.

Synopsis

Declared in <absl/time/time.h>

constexpr
TimeZone(TimeZone const& other) = default;

Parameters

Name

Description

other

The time zone to copy.

Created with MrDocs