table of contents
other versions
- Tumbleweed 2024.07.05-1.3
- Leap-16.0
- Leap-15.6
std::chrono::time_zone::name(3) | C++ Standard Libary | std::chrono::time_zone::name(3) |
NAME¶
std::chrono::time_zone::name - std::chrono::time_zone::name
Synopsis¶
std::string_view name() const noexcept; (since C++20)
Obtains the name of this time zone.
Return value¶
The name of this time zone (e.g., "America/New_York").
2024.06.10 | http://cppreference.com |