std::chrono::time_zone::name
来自cppreference.com
日期和时间库
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
std::chrono::time_zone
| 成员函数 | ||||
time_zone::name | ||||
| 非成员函数 | ||||
std::string_view name() const noexcept; | (C++20 起) | |
获得此时区的名称。
返回值
此时区的名称(例如 "America/New_York")。