mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +01:00
Print date and time in ISO 8601 UTC format
This commit is contained in:
parent
94900eedb9
commit
8e0daa11de
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue