Scroll to navigation

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").

2022.07.31 http://cppreference.com