Fix %S doc

This commit is contained in:
Victor Zverovich 2024-08-18 07:40:28 -07:00
parent 62382e3650
commit 589898e28b

View File

@ -589,8 +589,7 @@ The available presentation types (*chrono_type*) are:
represented with seconds, then the format is a decimal floating-point number represented with seconds, then the format is a decimal floating-point number
with a fixed format and a precision matching that of the precision of the with a fixed format and a precision matching that of the precision of the
input (or to a microseconds precision if the conversion to floating-point input (or to a microseconds precision if the conversion to floating-point
decimal seconds cannot be made within 18 fractional digits). The character decimal seconds cannot be made within 18 fractional digits). The modified
for the decimal point is localized according to the locale. The modified
command <code>%OS</code> produces the locale's alternative representation. command <code>%OS</code> produces the locale's alternative representation.
</td> </td>
</tr> </tr>