struct absolute_lookup
Defined at line 86 of file ../../third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/time_zone.h
An absolute_lookup represents the civil time (cctz::civil_second) within
this time_zone at the given absolute time (time_point). There are
additionally a few other fields that may be useful when working with
older APIs, such as std::tm.
Example:
const cctz::time_zone tz = ...
const auto tp = std::chrono::system_clock::now();
const cctz::time_zone::absolute_lookup al = tz.lookup(tp);
Public Members
civil_time cs
int offset
bool is_dst
const char * abbr