std::chrono::tzdb::current_zone
From cppreference.com
| const std::chrono::time_zone* current_zone() const; |
(C++20以降) | |
このデータベース内の、コンピュータのローカルタイムゾーンを表す std::chrono::time_zone へのポインタを取得します。
[編集] 戻り値
このデータベース内の、コンピュータのローカルタイムゾーンを表す std::chrono::time_zone へのポインタ。