std::chrono::to_stream (std::chrono::zoned_time)

From cppreference.com
< cpp‎ | chrono‎ | zoned time
 
 
 
Date and time utilities
(C++11)
(C++11)
Clocks
(C++20)
                                                  
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
Calendars
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
Time zones
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
C-style date and time
 
 
template <class charT, class traits, class Duration, class TimeZonePtr>

    basic_ostream<charT, traits>&
    to_stream(basic_ostream<charT, traits>& os, const charT* fmt,

              const zoned_time<Duration, TimeZonePtr>& tp);
(since C++20)