std::chrono::time_zone::name

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

© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/chrono/time_zone/name