absl::TimeZone::operator=

Assigns a copy of another time zone.

Synopsis

Declared in <absl/time/time.h>

constexpr
TimeZone&
operator=(TimeZone const& other) = default;

Return Value

A reference to this time zone.

Parameters

NameDescription
otherThe time zone to copy.