diff options
| author | Oliver Kiddle <opk@zsh.org> | 2025-09-29 14:24:39 +0200 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2025-09-29 14:24:39 +0200 |
| commit | 89c0256ef612c2cb809a55cf6d1a72158245da9f (patch) | |
| tree | 713d87ff8128b61327a035262b81bd59e5e71b60 /Completion/Unix/Command/_date | |
| parent | 53968: new lvm2 and blkid completions (diff) | |
| download | zsh-89c0256ef612c2cb809a55cf6d1a72158245da9f.tar zsh-89c0256ef612c2cb809a55cf6d1a72158245da9f.tar.gz zsh-89c0256ef612c2cb809a55cf6d1a72158245da9f.tar.bz2 zsh-89c0256ef612c2cb809a55cf6d1a72158245da9f.tar.lz zsh-89c0256ef612c2cb809a55cf6d1a72158245da9f.tar.xz zsh-89c0256ef612c2cb809a55cf6d1a72158245da9f.tar.zst zsh-89c0256ef612c2cb809a55cf6d1a72158245da9f.zip | |
53969: completion updates for Unix utilities in macOS 15.5
Diffstat (limited to 'Completion/Unix/Command/_date')
| -rw-r--r-- | Completion/Unix/Command/_date | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_date b/Completion/Unix/Command/_date index 2c023e8f7..59a1a9e8a 100644 --- a/Completion/Unix/Command/_date +++ b/Completion/Unix/Command/_date @@ -65,7 +65,7 @@ else ;| dragonfly*|darwin*) args+=( - '(-R)-I-[display in ISO 8601 format]::precision [date]:(date hours minutes seconds)' + '(-R)-I-[display in ISO 8601 format]::precision [date]:(date hours minutes seconds ns)' ) ;| freebsd<-12>.*) @@ -76,7 +76,7 @@ else ;| openbsd*|netbsd*) args+=( '-a[gradually skew]' ) ;| - freebsd<14->.*|openbsd*) + darwin*|freebsd<14->.*|openbsd*) args+=( '-z+[specify timezone for output]:time zone:_time_zone') ;| freebsd*) |
