Skip to content

Commit

Permalink
log as utc
Browse files Browse the repository at this point in the history
  • Loading branch information
davegarvey committed Feb 5, 2025
1 parent 4068fbf commit 07e6c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ declare -i SKIPPED_DEPLOYMENTS=0 PASSED_DEPLOYMENTS=0 FAILED_DEPLOYMENTS=0

# Enhanced logging function
log() {
local timestamp=$(date "+%Y-%m-%d %H:%M:%S")
local timestamp=$(date -u "+%Y-%m-%d %H:%M:%S UTC")
echo -e "[${timestamp}] $1" | tee -a "$BASE_DIR/logs/test.log"
}

Expand Down

0 comments on commit 07e6c67

Please sign in to comment.