std::chrono::time_zone::name
From cppreference.com
C++
Date and time library
|
|
|
std::chrono::time_zone
Member functions | ||||
time_zone::name | ||||
Nonmember functions | ||||
std::string_view name()constnoexcept; | (since C++20) | |
Obtains the name of this time zone.
[edit]Return value
The name of this time zone (e.g., "America/New_York").