|
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Member functions | ||||
zoned_time::get_info | ||||
| Nonmember functions | ||||
| Helper classes | ||||
| Deduction guides |
std::chrono::sys_info get_info()const; | (since C++20) | |
Obtains thestd::chrono::sys_info containing information about the time zone at the time point stored in*this.
zone->get_info(tp), wherezone is the non-static data member holding the time zone pointer, andtp is the non-static data member holding the stored time point (as astd::chrono::sys_time<duration>).