|
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Member functions | ||||
zoned_time::get_local_timezoned_time::operator local_time | ||||
| Nonmember functions | ||||
| Helper classes | ||||
| Deduction guides |
std::chrono::local_time<duration> get_local_time()const; | (since C++20) | |
explicit operatorstd::chrono::local_time<duration>()const; | (since C++20) | |
Obtains astd::chrono::local_time<duration> representing the local time in the time zone corresponding to the time point*this represents.
Astd::chrono::local_time<duration> computed as if byzone->to_local(get_sys_time()), wherezone is the non-static data member holding the stored time zone pointer.