From: Paul Eggert Date: Tue, 13 Sep 2005 22:07:34 +0000 (+0000) Subject: date has a new --rfc-3339 option, and the old --iso-8601 X-Git-Tag: v5.90~246 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a6a9495c14f979637eba0f1df30e8801863cb2bf;p=thirdparty%2Fcoreutils.git date has a new --rfc-3339 option, and the old --iso-8601 option is deprecated. date and ls also have new time format specifiers %:z, %::z, %:::z. --- diff --git a/NEWS b/NEWS index a0b6676be6..1b3612d9d8 100644 --- a/NEWS +++ b/NEWS @@ -182,6 +182,11 @@ GNU coreutils NEWS -*- outline -*- cp and mv: the --reply=X option is deprecated + date accepts the new option --rfc-3339=TIMESPEC. The old --iso-8602 (-I) + option is deprecated; it still works, but new applications should avoid it. + date and ls's time formats now support new %:z, %::z, %:::z specifiers + for numeric time zone offsets like -07:00, -07:00:00, and -07. + dd has new iflag= and oflag= flags "binary" and "text", which have an effect only on nonstandard platforms that distinguish text from binary I/O.