date: add %q to output the quarter of the year
commit30012b290facf66551cdf395ace397903d00483d
authorPádraig Brady <P@draigBrady.com>
Wed, 19 Oct 2016 21:57:57 +0000 (19 14:57 -0700)
committerPádraig Brady <P@draigBrady.com>
Mon, 7 Nov 2016 17:09:15 +0000 (7 17:09 +0000)
tree6fcc03436b7a10a2002ce03d9573689218d5e55c
parent7ba9355d0aec01a005164b02f7bdc8e67c430315
date: add %q to output the quarter of the year

* doc/coreutils.texi (date invocation): Document %q.
* src/date.c (usage): Likewise.
* tests/misc/date.pl: Add a test case.
* cfg.mk (sc_strftime_check): Adjust to allow %q.
* NEWS: Mention the new feature.
NEWS
cfg.mk
doc/coreutils.texi
src/date.c
tests/misc/date.pl