std::chrono::zoned_time<Duration,TimeZonePtr>::get_info

From cppreference.com
< cpp‎ | chrono‎ | zoned time
Date and time library
Time point
(C++11)
(C++20)
Duration
(C++11)
Clocks
(C++11)
(C++11)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
Time of day
(C++20)(C++20)
(C++20)(C++20)
(C++20)

Calendar
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)(C++20)
Time zone
(C++20)
(C++20)
(C++20) (C++20) (C++20) (C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
chrono I/O
(C++20)
C-style date and time
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.

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>