std::chrono::sys_info get_info() const; | (since C++20) |
Obtains the std::chrono::sys_info
containing information about the time zone at the time point stored in *this
.
zone->get_info(tp)
, where zone
is the non-static data member holding the time zone pointer, and tp
is the non-static data member holding the stored time point (as a std::chrono::sys_time<duration>
).
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/chrono/zoned_time/get_info