命名空间
变体
操作

std::chrono::time_zone::name

来自 cppreference.cn
< cpp‎ | chrono‎ | time_zone
 
 
 
 
std::string_view name() const noexcept;
(C++20 起)

获取此时区的名称。

[编辑] 返回值

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