Skip to content

Commit

Permalink
Change: Remove timezone from log output
Browse files Browse the repository at this point in the history
Uses local machine time.
  • Loading branch information
alphapapa committed Nov 18, 2018
1 parent fcac5c6 commit 5918be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion restic-runner
Expand Up @@ -62,7 +62,7 @@ Options
EOF
}
function log {
echo -e "LOG ($(date --rfc-3339=seconds)): $@" >&2
echo -e "LOG ($(date "+%Y-%m-%d %H:%M:%S")): $@" >&2
}

function cleanup {
Expand Down

0 comments on commit 5918be7

Please sign in to comment.