struct CivilInfo
Defined at line 1079 of file ../../third_party/abseil-cpp/absl/time/time.h
TimeZone::CivilInfo
Information about the civil time corresponding to an absolute time.
This struct is not intended to represent an instant in time. So, rather
than passing a `TimeZone::CivilInfo` to a function, pass an `absl::Time`
and an `absl::TimeZone`.
Public Members
civil_time cs
Duration subsecond
int offset
bool is_dst
const char * zone_abbr