struct TimeConversion

Defined at line 1324 of file ../../third_party/abseil-cpp/src/absl/time/time.h

TimeConversion

An `absl::TimeConversion` represents the conversion of year, month, day,

hour, minute, and second values (i.e., a civil time), in a particular

`absl::TimeZone`, to a time instant (an absolute time), as returned by

`absl::ConvertDateTime()`. Legacy version of `absl::TimeZone::TimeInfo`.

Deprecated. Use `absl::TimeZone::TimeInfo`.

Public Members

Time pre
Time trans
Time post
Kind kind
bool normalized

Enumerations

enum Kind
Name Value Comments
UNIQUE 0

the civil time was singular (pre == trans == post)

SKIPPED 1

the civil time did not exist

REPEATED 2

the civil time was ambiguous

Defined at line 1329 of file ../../third_party/abseil-cpp/src/absl/time/time.h