diff options
author | Joe <bousset.rudy@gmail.com> | 2022-06-07 12:57:31 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-06-07 12:57:31 +0200 |
commit | 6cd9a449758d07f978dcfd036968cd5c31f2b236 (patch) | |
tree | f21df8717c30dd759bdab5be7d97547ff64e2bd3 /.local/bin/ndate | |
parent | Update (diff) | |
download | dotfiles-bsd-6cd9a449758d07f978dcfd036968cd5c31f2b236.tar.gz dotfiles-bsd-6cd9a449758d07f978dcfd036968cd5c31f2b236.tar.bz2 dotfiles-bsd-6cd9a449758d07f978dcfd036968cd5c31f2b236.tar.xz dotfiles-bsd-6cd9a449758d07f978dcfd036968cd5c31f2b236.tar.zst dotfiles-bsd-6cd9a449758d07f978dcfd036968cd5c31f2b236.zip |
Updates
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/ndate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/ndate b/.local/bin/ndate index 3fd775e..027869e 100755 --- a/.local/bin/ndate +++ b/.local/bin/ndate @@ -59,7 +59,7 @@ sub main my $ret; ($date, undef, $ret) = capture { - system(DATE_PATH, '+%a %d %b %Y %H:%M'); + system(DATE_PATH, '+%a, %d %b %Y %H:%M'); }; if ($ret) { return 1; |