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.
Synopsis
Declared in <absl/time/time.h>
struct CivilInfo;
Data Members
Name |
Description |
the civil time |
|
is offset non‐standard? |
|
seconds east of UTC |
|
the subsecond part of the civil time |
|
time‐zone abbreviation (e.g., "PST") |
Created with MrDocs