We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb7ee17 commit 3c9614aCopy full SHA for 3c9614a
scripts/dashboard/format_results.sh
@@ -73,8 +73,8 @@ write_result() {
73
duration_seconds=$(( $(date -d "$end_at" +%s) - $(date -d "$start_at" +%s) ))
74
start_iso=""
75
end_iso=""
76
- start_iso=$(date -j -f "%Y/%m/%d %H:%M:%S" "$start_at" +"%Y-%m-%dT%H:%M:%S.%NZ")
77
- end_iso=$(date -j -f "%Y/%m/%d %H:%M:%S" "$end_at" +"%Y-%m-%dT%H:%M:%S.%NZ")
+ start_iso=$(date -d "$start_at" +"%Y-%m-%dT%H:%M:%S.%NZ")
+ end_iso=$(date -d "$end_at" +"%Y-%m-%dT%H:%M:%S.%NZ")
78
else
79
duration_seconds=0
80
fi
0 commit comments