Skip to content

Commit 6e08bd6

Browse files
authored
fix typo: zoned_time のサンプルコード修正
1 parent 120f1f6 commit 6e08bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/chrono/zoned_time.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ int main()
116116
117117
// UTCタイムゾーンのシステム時間を、日本のローカル時間に変換
118118
chrono::local_time lt = chrono::zoned_time{"Asia/Tokyo", now}.get_local_time();
119-
std::cout << "7 : "lt << std::endl;
119+
std::cout << "7 : " << lt << std::endl;
120120
}
121121
```
122122
* chrono::zoned_time[color ff0000]

0 commit comments

Comments
 (0)