[PATCH 1/3] strftime.c(__strftime): add %i, %q, %v, tests; tweak %Z docs

Brian Inglis Brian.Inglis@SystematicSW.ab.ca
Wed Sep 14 02:52:34 GMT 2022


newlib/libc/time/strftime.c(__strftime):
%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]
%Z clarify current time zone *abbreviation* not "name" [tm_isdst]
---
 newlib/libc/time/strftime.c | 67 +++++++++++++++++++++++++++++++++++--
 1 file changed, 64 insertions(+), 3 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-strftime.c-__strftime-add-i-q-v-tests-tweak-Z-docs.patch
Type: text/x-patch
Size: 7077 bytes
Desc: not available
URL: <https://cygwin.com/pipermail/cygwin-patches/attachments/20220913/ded7f404/attachment.bin>


More information about the Cygwin-patches mailing list