FreeBSD Manual Pages
std::chrono...locate_zone(3) C++ Standard Libary std::chrono...locate_zone(3) NAME std::chrono::tzdb::locate_zone - std::chrono::tzdb::locate_zone Synopsis const std::chrono::time_zone* locate_zone(std::string_view tz_name) (since C++20) const; Obtains a pointer to a std::chrono::time_zone in this database that represents the time zone designated by tz_name. If p is the returned pointer, then either p->name() == tz_name or that there is a std::chrono::time_zone_link l in this database such that p->name() == l.target() && l.name() == tz_name. Return value A pointer to the std::chrono::time_zone in this database that repre- sents the time zone designated by tz_name. Exceptions Throws std::runtime_error if no such time_zone can be found. http://cppreference.com 2022.07.31 std::chrono...locate_zone(3)
NAME | Synopsis | Return value | Exceptions
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::chrono::tzdb::locate_zone&sektion=3&manpath=FreeBSD+Ports+15.0>
