diff --git a/reference/chrono/format.md b/reference/chrono/format.md index 4871d0814..491b7d90c 100644 --- a/reference/chrono/format.md +++ b/reference/chrono/format.md @@ -115,6 +115,9 @@ int main() std::cout << std::format("8. {:%A}", now) << std::endl; // 曜日の完全名 } ``` +* std::chrono::system_clock[link /reference/chrono/system_clock.md] +* now()[link /reference/chrono/system_clock/now.md] +* std::chrono::time_point_cast[link /reference/chrono/time_point_cast.md] ### 出力例 ```