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(3) C++ Standard Libary std::chrono::tzdb(3)

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


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 object Description
version A std::string that contains the version of the database
zones A sorted std::vector<std::chrono::time_zone> containing description of
time zones
links A sorted std::vector<std::chrono::time_zone_link> containing
description of alternative names of time zones (links)
leap_seconds A sorted std::vector<std::chrono::leap_second> containing description
of leap seconds


locate_zone locate a time zone with the given name
(public member function)
current_zone return the local time zone
(public member function)

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.