std::chrono::tzdb (3) Linux Manual Page
std::chrono::tzdb – std::chrono::tzdb Synopsis Defined in header <chrono> struct tzdb; (since C++20) The class tzdb represents a copy of the IANA_time_zone_database. Users cannot construct a tzdb and can only obtain read-only access to one via the free functions std::chrono::get_tzdb_list and std::chrono::get_tzdb. Member objects Member object Description version A std::string that contains the version of the…
