Force current hour in UTC and show explicitly that we’re using UTC

This commit is contained in:
OniriCorpe 2024-02-20 03:30:25 +01:00 committed by GitHub
parent 17a37b5927
commit 074b79ea48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -170,7 +170,7 @@ stop_timer () {
[ $minutes -eq 1 ] && pminutes="${pminutes}, " || test -z "$pminutes" || pminutes="${pminutes}s, "
[ $seconds -gt 1 ] && pseconds="${pseconds}s" || pseconds="0s"
local time="${phours}${pminutes}${pseconds} ($(date '+%T'))"
local time="${phours}${pminutes}${pseconds} ($(date '+%T %Z' -u))"
if [ "$msg_type" = "one_test" ]; then
log_info "Working time for this test: $time"
elif [ "$msg_type" = "all_tests" ]; then