Improve the format of the timestamp

This commit is contained in:
David Coppit
2017-04-01 22:38:09 -04:00
parent 6cfa84ee47
commit 5a61aaee7d

View File

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