Namespaces
Variants
Actions

std::chrono::time_zone::name

From cppreference.com
< cpp‎ | chrono‎ | time zone
 
 
 
 
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").

close