We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e97eeba commit 5d13ce9Copy full SHA for 5d13ce9
reference/chrono/format.md
@@ -115,6 +115,9 @@ int main()
115
std::cout << std::format("8. {:%A}", now) << std::endl; // 曜日の完全名
116
}
117
```
118
+* std::chrono::system_clock[link /reference/chrono/system_clock.md]
119
+* now()[link /reference/chrono/system_clock/now.md]
120
+* std::chrono::time_point_cast[link /reference/chrono/time_point_cast.md]
121
122
### 出力例
123
0 commit comments