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

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