Print date and time in ISO 8601 UTC format

This commit is contained in:
Razvan Stoica 2021-03-09 13:27:32 +02:00
parent 94900eedb9
commit 8e0daa11de

View file

@ -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