dotfiles

A steaming hot pile of sh...ell scripts and configuration files.
git clone https://kaka.farm/~git/dotfiles
Log | Files | Refs

commit f44feb1557b64c3b99810c329f2251d02d165725
parent af4bb21c795881de413e6107e9abf69bfa106a06
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Mon,  5 Aug 2024 22:06:00 +0300

Add nanoseconds.

Diffstat:
Mbin/date-zulu | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/bin/date-zulu b/bin/date-zulu @@ -1,3 +1,3 @@ #!/bin/bash -date -u +'%Y-%m-%dT%H:%M:%SZ' -\ No newline at end of file +date -u +'%Y-%m-%dT%H:%M:%S,%NZ'