From 589898e28bb2f7f3ea19868c081ce9a3b5636fef Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 18 Aug 2024 07:40:28 -0700 Subject: [PATCH] Fix %S doc --- doc/syntax.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/syntax.md b/doc/syntax.md index 87fa53f8..a18e43d3 100644 --- a/doc/syntax.md +++ b/doc/syntax.md @@ -589,8 +589,7 @@ The available presentation types (*chrono_type*) are: 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 input (or to a microseconds precision if the conversion to floating-point - decimal seconds cannot be made within 18 fractional digits). The character - for the decimal point is localized according to the locale. The modified + decimal seconds cannot be made within 18 fractional digits). The modified command %OS produces the locale's alternative representation.