std::chrono::time_zone::name
Min standard notice:
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”).
Obtains the name of this time zone.
std::string_view name() const noexcept;
(since C++20)
The name of this time zone (e.g., “America/New_York”).