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

From cppreference.com
< cpp‎ | chrono‎ | zoned time
 
 
Utilities library
General utilities
Date and time
Function objects
Formatting library (C++20)
(C++11)
Relational operators (deprecated in C++20)
Integer comparison functions
(C++20)(C++20)(C++20)   
(C++20)
Swap and type operations
(C++14)
(C++11)
(C++11)
(C++11)
(C++17)
Common vocabulary types
(C++11)
(C++17)
(C++17)
(C++17)
(C++11)
(C++17)
(C++23)
Elementary string conversions
(C++17)
(C++17)
 
 
 
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>).