std::chrono::time_zone::name

Obtains the name of this time zone.

# Declarations

std::string_view name() const noexcept;

(since C++20)

# Return value

The name of this time zone (e.g., “America/New_York”).