From 8e0daa11def5458a837b85076cc6530edc32ddd9 Mon Sep 17 00:00:00 2001 From: Razvan Stoica Date: Tue, 9 Mar 2021 13:27:32 +0200 Subject: [PATCH] Print date and time in ISO 8601 UTC format --- docker-bench-security.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-bench-security.sh b/docker-bench-security.sh index 0d5424e..8d3f7d1 100755 --- a/docker-bench-security.sh +++ b/docker-bench-security.sh @@ -103,7 +103,7 @@ fi totalChecks=0 currentScore=0 -logit "Initializing $(date)\n" +logit "Initializing $(date +%Y-%m-%dT%H:%m:%S%:z)\n" beginjson "$version" "$(date +%s)" # Load all the tests from tests/ and run them