GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
std::chrono::tzdb::locate_zone(3) C++ Standard Libary std::chrono::tzdb::locate_zone(3)

std::chrono::tzdb::locate_zone - std::chrono::tzdb::locate_zone


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.


A pointer to the std::chrono::time_zone in this database that represents the time
zone designated by tz_name.


Throws std::runtime_error if no such time_zone can be found.

2022.07.31 http://cppreference.com

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.