std::chrono::zoned_time<Duration,TimeZonePtr>::get_info
From cppreference.com
< cpp | chrono | zoned time
C++
Feature test macros (C++20)
Concepts library (C++20)
Metaprogramming library (C++11)
Ranges library (C++20)
Filesystem library (C++17)
Concurrency support library (C++11)
Execution control library (C++26)
Date and time library
(C++11)
(C++20)
(C++20)
(C++11)
(C++11)
(C++11)
(C++20)
(C++20)
(C++20)
(C++11)
(C++20)
(C++20)
(C++20)
(C++20)(C++20)
(C++20)(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)(C++20)
(C++20)
(C++20)
(C++20)
(C++20)(C++20)(C++20)(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
std::chrono::zoned_time
Member functions
zoned_time::get_info
Nonmember functions
Helper classes
(C++26)
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.
[edit] Return value
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>).