std::chrono::tzdb
From cppreference.com
| ヘッダー <chrono> で定義 |
||
| struct tzdb; |
(C++20以降) | |
クラスtzdbは、IANAタイムゾーンデータベースのコピーを表します。ユーザーはtzdbを構築することはできず、フリー関数std::chrono::get_tzdb_listおよびstd::chrono::get_tzdbを介してのみ、読み取り専用アクセスを取得できます。
[編集] メンバオブジェクト
| メンバオブジェクト | 説明 |
version
|
データベースのバージョンを含むstd::string。 |
zones
|
タイムゾーンの説明を含む、ソート済みのstd::vector<std::chrono::time_zone>。 |
links
|
タイムゾーンの代替名(リンク)の説明を含む、ソート済みのstd::vector<std::chrono::time_zone_link>。 |
leap_seconds
|
うるう秒の説明を含む、ソート済みのstd::vector<std::chrono::leap_second>。 |
[編集] メンバ関数
| 指定された名前のタイムゾーンを検索します。 (public member function) | |
| ローカルタイムゾーンを返します。 (public member function) |