Skip to content

Commit

Permalink
chore: update log timestamp format in all-tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kardolus committed Oct 27, 2024
1 parent 2c262ce commit e7ef59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/all-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -euo pipefail

log() {
printf "\n[%s] %s\n" "$(date +'%Y-%m-%dT%H:%M:%S%z')" "$*"
printf "\n[%s] %s\n" "$(date +'%b %d %I:%M:%S %p')" "$*"
}

# Ensure dependencies are tidy and up to date
Expand Down

0 comments on commit e7ef59d

Please sign in to comment.