Skip to content

Commit 4b23125

Browse files
committed
chrono のいくつかの出力例を修正、動作確認
utc_time や tai_time の出力は "%F %T" ( "%Y-%m-%d %H:%M:%S" と等価)でフォーマットされた文字列であり、 "UTC" や "TAI" が後ろにつくことはありません。
1 parent e38c847 commit 4b23125

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

reference/chrono/clock_cast.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ int main()
118118

119119
### 出力例
120120
```
121-
2019-10-24 11:15:10 UTC
122121
2019-10-24 11:15:10
123-
2019-10-24 11:15:37 TAI
122+
2019-10-24 11:15:10
123+
2019-10-24 11:15:37
124124
2019-10-24 11:15:10
125125
```
126126

@@ -130,5 +130,5 @@ int main()
130130

131131
### 処理系
132132
- [Clang](/implementation.md#clang): 9.0 [mark noimpl]
133-
- [GCC](/implementation.md#gcc): 9.2 [mark noimpl]
133+
- [GCC](/implementation.md#gcc): 9.2 [mark noimpl], 15.1 [mark verified]
134134
- [Visual C++](/implementation.md#visual_cpp): 2019 Update 3 [mark noimpl]

reference/chrono/clock_time_conversion.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,10 @@ int main()
206206

207207
### 出力例
208208
```
209-
2019-10-24 11:15:10 UTC
210209
2019-10-24 11:15:10
211-
2019-10-24 11:15:37 TAI
212-
2019-10-24 11:15:10 UTC
210+
2019-10-24 11:15:10
211+
2019-10-24 11:15:37
212+
2019-10-24 11:15:10
213213
```
214214

215215
## バージョン
@@ -218,5 +218,5 @@ int main()
218218

219219
### 処理系
220220
- [Clang](/implementation.md#clang): 9.0 [mark noimpl]
221-
- [GCC](/implementation.md#gcc): 9.2 [mark noimpl]
221+
- [GCC](/implementation.md#gcc): 9.2 [mark noimpl], 15.1 [mark verified]
222222
- [Visual C++](/implementation.md#visual_cpp): 2019 Update 3 [mark noimpl]

reference/chrono/tai_clock/now.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ int main()
3838

3939
### 出力例
4040
```
41-
2019-10-24 11:15:47 TAI
41+
2019-10-24 11:15:47
4242
```
4343

4444
## バージョン
@@ -47,5 +47,5 @@ int main()
4747

4848
### 処理系
4949
- [Clang](/implementation.md#clang): 9.0 [mark noimpl]
50-
- [GCC](/implementation.md#gcc): 9.2 [mark noimpl]
50+
- [GCC](/implementation.md#gcc): 9.2 [mark noimpl], 15.1 [mark verified]
5151
- [Visual C++](/implementation.md#visual_cpp): 2019 Update 3 [mark noimpl]

reference/chrono/utc_clock.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ int main()
7272

7373
### 出力例
7474
```
75-
2019-10-24 11:15:10 UTC
75+
2019-10-24 11:15:10
7676
```
7777

7878
## バージョン
@@ -81,7 +81,7 @@ int main()
8181

8282
### 処理系
8383
- [Clang](/implementation.md#clang): 9.0 [mark noimpl]
84-
- [GCC](/implementation.md#gcc): 9.2 [mark noimpl]
84+
- [GCC](/implementation.md#gcc): 9.2 [mark noimpl], 15.1 [mark verified]
8585
- [Visual C++](/implementation.md#visual_cpp): 2019 Update 3 [mark noimpl]
8686

8787

reference/chrono/utc_clock/now.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ int main()
3838

3939
### 出力例
4040
```
41-
2019-10-24 11:15:10 UTC
41+
2019-10-24 11:15:10
4242
```
4343

4444
## バージョン
@@ -47,5 +47,5 @@ int main()
4747

4848
### 処理系
4949
- [Clang](/implementation.md#clang): 9.0 [mark noimpl]
50-
- [GCC](/implementation.md#gcc): 9.2 [mark noimpl]
50+
- [GCC](/implementation.md#gcc): 9.2 [mark noimpl], 15.1 [mark verified]
5151
- [Visual C++](/implementation.md#visual_cpp): 2019 Update 3 [mark noimpl]

0 commit comments

Comments
 (0)