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