diff --git a/d0355r5.html b/d0355r5.html index fef23a6..0488105 100644 --- a/d0355r5.html +++ b/d0355r5.html @@ -8641,11 +8641,9 @@ operator<<(basic_ostream<charT, traits>& os, const time_of_day&l
Effects: If
t
is a 24-hour time, outputs toos
-according to thestrftime
format: "%H00". "%H" will emit a leading 0 for -hours less than 10. +according to the format: "%H00" ([time.format]). Elset
is a 12-hour time, outputs toos
-according to thestrftime
format: "%I%p" according to the C locale, except -that no leading zero is output for hours less than 10. +according to the format: "%I%p" ([time.format]).Returns:
os
. @@ -8770,11 +8768,9 @@ operator<<(basic_ostream<charT, traits>& os, const time_of_day&lEffects: If
t
is a 24-hour time, outputs toos
-according to thestrftime
format: "%H:%M". "%H" will emit a leading 0 for -hours less than 10. +according to the format: "%H:%M" ([time.format]). Elset
is a 12-hour time, outputs toos
-according to thestrftime
format: "%I:%M%p" according to the C locale, except -that no leading zero is output for hours less than 10. +according to the format: "%I:%M%p" ([time.format]).Returns:
os
. @@ -8912,11 +8908,9 @@ operator<<(basic_ostream<charT, traits>& os, const time_of_day&lEffects: If
t
is a 24-hour time, outputs toos
-according to thestrftime
format: "%H:%M%S". "%H" will emit a leading 0 for -hours less than 10. +according to the format: "%T" ([time.format]). Elset
is a 12-hour time, outputs toos
-according to thestrftime
format: "%I:%M%S%p" according to the C locale, except -that no leading zero is output for hours less than 10. +according to the format: "%I:%M%:S%p" ([time.format]).Returns:
os
. @@ -9075,12 +9069,9 @@ operator<<(basic_ostream<charT, traits>& os, const time_of_day&lEffects: If
t
is a 24-hour time, outputs toos
-according to thestrftime
format: "%H:%M%S.%s". "%H" will emit a leading 0 for -hours less than 10. "%s" is not astrftime
code and represents the fractional -seconds. +according to the format: "%T" ([time.format]). Elset
is a 12-hour time, outputs toos
-according to thestrftime
format: "%I:%M%S.%s%p" according to the C locale, except -that no leading zero is output for hours less than 10. +according to the format: "%I:%M:%S" ([time.format]).Returns:
os
.