commit f44feb1557b64c3b99810c329f2251d02d165725 parent af4bb21c795881de413e6107e9abf69bfa106a06 Author: Yuval Langer <yuval.langer@gmail.com> Date: Mon, 5 Aug 2024 22:06:00 +0300 Add nanoseconds. Diffstat:
M | bin/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'