summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2016-10-19 14:57:57 -0700
committerPádraig Brady <P@draigBrady.com>2016-11-07 17:09:15 +0000
commit30012b290facf66551cdf395ace397903d00483d (patch)
tree6fcc03436b7a10a2002ce03d9573689218d5e55c /NEWS
parent7ba9355d0aec01a005164b02f7bdc8e67c430315 (diff)
downloadcoreutils-30012b290facf66551cdf395ace397903d00483d.tar.xz
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.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 844e23332..200c12b90 100644
--- a/NEWS
+++ b/NEWS
@@ -93,6 +93,8 @@ GNU coreutils NEWS -*- outline -*-
date now accepts the --debug option, to annotate the parsed date string,
display timezone information, and warn about potential misuse.
+ date now accepts the %q format to output the quarter of the year.
+
* Noteworthy changes in release 8.25 (2016-01-20) [stable]