diff options
author | Jim Meyering <jim@meyering.net> | 2003-08-01 22:38:36 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-08-01 22:38:36 +0000 |
commit | cd5b47646f5384b868475c54e82fa98ccce6ddb2 (patch) | |
tree | 8f32dc09d077c950d20183f89214243df82df106 /doc | |
parent | 6f2002699e228984d56b252665ca9b75a74dff3e (diff) | |
download | coreutils-cd5b47646f5384b868475c54e82fa98ccce6ddb2.tar.xz |
(General date syntax): Add --rfc-2822 option to GNU date.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/getdate.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/getdate.texi b/doc/getdate.texi index b87f32952..e63abc4b0 100644 --- a/doc/getdate.texi +++ b/doc/getdate.texi @@ -122,7 +122,7 @@ $ TZ=UTC0 date +"%Y-%m-%d %H:%M:%SZ" 2000-12-15 19:48:05Z $ date --iso-8601=seconds # a GNU extension 2000-12-15T11:48:05-0800 -$ date --rfc-822 # a GNU extension +$ date --rfc-2822 # a GNU extension Fri, 15 Dec 2000 11:48:05 -0800 $ date +"%Y-%m-%d %H:%M:%S %z" # %z is a GNU extension. 2000-12-15 11:48:05 -0800 |