diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-01-14 23:57:54 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-01-14 23:59:01 -0800 |
commit | 0e9b51d179f869df49f0ad26388ad148be64e62e (patch) | |
tree | 3e74fab620d421c975c2cb8180eb10141c37e8ad /NEWS | |
parent | 0b61395910b8640dd0215279101db920fe0a3e06 (diff) | |
download | coreutils-0e9b51d179f869df49f0ad26388ad148be64e62e.tar.xz |
date: output "-00" for indeterminate time zone
* NEWS: Document this behavior, which comes with recent Gnulib.
* doc/coreutils.texi (Formatting file timestamps, du invocation)
(Time conversion specifiers, Setting the time, Options for date):
Mention when -00 is output for numeric time zones.
Be more careful about Internet RFC numbers, ISO 8601, etc.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -20,6 +20,10 @@ GNU coreutils NEWS -*- outline -*- Internet RFC number for email dates (currently RFC 5322). The old option spellings --rfc-2822 and --rfc-822 still work. + date now outputs "-00" for a numeric time zone if the time is UTC + and the time zone abbreviation begins with "-", indicating that the + time zone is indeterminate. + stty now validates arguments before interacting with the device, ensuring there are no side effects to specifying an invalid option. |