Skip to content

Commit 29f588e

Browse files
committed
Changed date layout; removed numeric timezone.
1 parent 0057c90 commit 29f588e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library_functions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,6 @@ function is_command {
117117
function err {
118118
local EXIT=$1
119119
shift 1
120-
echo "[$(date +'%Y-%m-%dT%H:%M:%S%z')]: $@" >&2
120+
echo "[$(date +'%Y-%m-%d %H:%M:%S')]: $@" >&2
121121
exit ${EXIT}
122122
}

0 commit comments

Comments
 (0)