absl::TimeZone::TimeInfo::CivilKind

Describes how a civil time maps onto the absolute time line.

Synopsis

Declared in <absl/time/time.h>

enum CivilKind;

Members

NameDescription
UNIQUE the civil time was singular (pre == trans == post)
SKIPPED the civil time did not exist (pre >= trans > post)
REPEATED the civil time was ambiguous (pre < trans <= post)