Skip to content

Commit

Permalink
Change logging timestamps from UTC to system default
Browse files Browse the repository at this point in the history
  • Loading branch information
jpappel committed Oct 29, 2024
1 parent dcf6442 commit 7af22a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get_correct_set.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

WORK_DIR="/home/cs334/mirrulations/scripts/"
LOG_FILE=/var/log/mirrulations_counts.log
START_TIME=$(date -u -Iseconds)
START_TIME=$(date -Iseconds)

echo "$START_TIME: Running" > $LOG_FILE
cd $WORK_DIR
Expand Down

0 comments on commit 7af22a9

Please sign in to comment.