On this page
std::chrono::time_zone::get_info
|
(since C++20) | |
|
(since C++20) |
Obtains information about this time zone at the time point tp
.
Return value
1) A
std::chrono::sys_info
structure i
containing the time zone information in effect for this time zone at the time point tp
. tp
will be in the range [
i.begin
,
i.end
)
.
2) A
std::chrono::local_info
structure containing information about the local time tp
in this time zone.
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/chrono/time_zone/get_info