std::chrono::time_zone::name

来自cppreference.com
< cpp‎ | chrono‎ | time zone
 
 
 
日期和时间工具
(C++11)
(C++11)
时钟
(C++20)
                                                  
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
日历
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
时区
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
C 风格日期和时间
 
 
std::string_view name() const noexcept;
(C++20 起)

获得此时区的名称。

返回值

此时区的名称(例如 "America/New_York" )。