diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | Completion/Unix/Command/_date | 1 |
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 0712ed117..1cf16f9c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-02-18 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * Jörg Sommer: 26582: Completion/Unix/Command/_date: --rfc-3339 + option. + 2009-02-18 Peter Stephenson <pws@csr.com> * 26580: Mikael: Doc/Zsh/func.yo: typo. @@ -11200,5 +11205,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4571 $ +* $Revision: 1.4572 $ ***************************************************** diff --git a/Completion/Unix/Command/_date b/Completion/Unix/Command/_date index d07131dc4..a90b1f436 100644 --- a/Completion/Unix/Command/_date +++ b/Completion/Unix/Command/_date @@ -10,6 +10,7 @@ if _pick_variant gnu="Free Software Foundation" unix --version; then '-r[reference]:file:_files' '-R[rfc-2822]' '-s[set]:time string' + '--rfc-3339=-[output date and time in RFC 3339 format]:output type:(date seconds ns)' -- '*=FILE*:file:_files' '*=DATEFILE*:date file:_files' |