std::chrono::operator<< (std::chrono::zoned_time)
来自cppreference.com
                    
                                        
                    < cpp | chrono | zoned time
                    
                                                            
                    |   template <class CharT, class Traits, class Duration, class TimeZonePtr> std::basic_ostream<CharT, Traits>&  | 
(C++20 起) | |
如同用 std::format(os, fmt, tp) 输出 tp 到流 os ,其中 fmt 是加宽成 CharT 的 "{%F %T %Z}" 。
返回值
os 。