回答編集履歴
1
追記
answer
CHANGED
@@ -14,4 +14,7 @@
|
|
14
14
|
int tm_yday; /* 年内の経過日数 (0から365) */
|
15
15
|
int tm_isdst; /* 夏時間 : 0以外の値 */
|
16
16
|
};
|
17
|
-
```
|
17
|
+
```
|
18
|
+
|
19
|
+
あ、こっちだ。
|
20
|
+
[tm - cppreference.com](https://ja.cppreference.com/w/c/chrono/tm)
|