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

Synopsis

Declared in <absl/time/time.h>

enum CivilKind;

Members

Name

Description

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)

Created with MrDocs