diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-10-09 20:38:56 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-10-09 20:38:56 +0000 |
commit | 2983bf7c85fc69d1bcfb6fa45c2dd7eedc59fc2a (patch) | |
tree | 92f5855026aec53107af88df67438d0817a8fd02 /NEWS | |
parent | 34d0ffbce49a5310a592a6c91ff12f4777797f77 (diff) | |
download | coreutils-2983bf7c85fc69d1bcfb6fa45c2dd7eedc59fc2a.tar.xz |
* NEWS: Fix typo: iso-8602 -> iso-8601. Problem reported by
Bob Proulx.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -638,7 +638,7 @@ 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) + date accepts the new option --rfc-3339=TIMESPEC. The old --iso-8601 (-I) option is deprecated; it still works, but new applications should avoid it. date, du, ls, and pr's time formats now support new %:z, %::z, %:::z specifiers for numeric time zone offsets like -07:00, -07:00:00, and -07. |