std::chrono::time_zone::name

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