Constructs a copy of another time zone.
Declared in <absl/time/time.h>
<absl/time/time.h>
constexpr TimeZone(TimeZone const& other) = default;
Name
Description
other
The time zone to copy.
Created with MrDocs