[PATCH 2/2] strptime.c(strptime_l): add %i, %q, %v
Brian Inglis
Brian.Inglis@SystematicSW.ab.ca
Sat Sep 17 05:00:04 GMT 2022
newlib/libc/time/strptime.c(strptime_l):
%i year in century [00..99] Synonym for "%y". Non-POSIX extension. [tm_year]
%q GNU quarter of the year (from `<<1>>' to `<<4>>') [tm_mon]
%v OSX/Ruby VMS/Oracle date "%d-%b-%Y". Non-POSIX extension. [tm_mday, tm_mon, tm_year]:
---
newlib/libc/time/strptime.c | 18 +++++++++++++++++-
1 file changed, 17 insertions(+), 1 deletion(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-strptime.c-strptime_l-add-i-q-v.patch
Type: text/x-patch
Size: 1530 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/newlib/attachments/20220916/cab456fa/attachment.bin>
More information about the Newlib
mailing list