std::chrono::operator<< (std::chrono::zoned_time)
From cppreference.com
< cpp | chrono | zoned time
template <class CharT, class Traits, class Duration, class TimeZonePtr> std::basic_ostream<CharT, Traits>& |
(since C++20) | |
Outputs tp
to the stream os
, as if by std::format(os, fmt, tp), where fmt
is "{:%F %T %Z}" widened to CharT.
Return value
os
.