[PATCH v3 1/2] newlib/libc/time/strftime.c: split chew table of conversion format specifiers
Brian Inglis
Brian.Inglis@Shaw.ca
Tue Feb 21 04:18:00 GMT 2023
split chew table of conversion format specifiers as man/tbl/groff can
not handle large tables on all output devices/file formats
---
newlib/libc/time/strftime.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/newlib/libc/time/strftime.c b/newlib/libc/time/strftime.c
index 56f227c5f3b8..c4532b4ceada 100644
--- a/newlib/libc/time/strftime.c
+++ b/newlib/libc/time/strftime.c
@@ -153,7 +153,8 @@ A newline character (`<<\n>>').
o %O<<x>>
In some locales, the O modifier selects alternative digit characters
for certain modifiers <<x>>. In newlib, it is ignored, and treated as %<<x>>.
-
+o-
+o+
o %p
Either `<<AM>>' or `<<PM>>' as appropriate, or the corresponding strings for
the current locale. [tm_hour]
--
2.39.0
More information about the Newlib
mailing list