Improve the format of the timestamp

This commit is contained in:
David Coppit
2017-04-01 23:17:28 -04:00
parent 6630a0e57d
commit d0b25a4ed4
2 changed files with 1 additions and 2 deletions

View File

@@ -4,7 +4,6 @@
function ts {
echo [`date '+%Y-%m-%d %H:%M:%S'`]
}
#-----------------------------------------------------------------------------------------------------------------------