This commit is contained in:
AlιAѕѕaѕѕιN 2021-01-01 00:15:49 +03:30 committed by GitHub
parent f7d36da1d5
commit 2768c8a25f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -444,7 +444,7 @@ Using type-specific formatting::
auto t = tm();
t.tm_year = 2010 - 1900;
t.tm_mon = 8;
t.tm_mon = 7;
t.tm_mday = 4;
t.tm_hour = 12;
t.tm_min = 15;