std::chrono::time_zone::name
来自 cppreference.com
std::string_view name() const noexcept; |
(自 C++20 起) | |
获取此时区的名称。
[编辑] 返回值
此时区的名称(例如,"America/New_York")。