Use full yyyy-mm-dd HH:MM:SS timestamp

This commit is contained in:
Ben Peddell 2016-08-31 16:01:53 +10:00
parent 04a647428c
commit e0ab6c98ef

View File

@ -172,7 +172,7 @@ declare -A modsrcdirs
# timestamp
#
timestamp() {
date +%T
date +"%Y-%m-%d %H:%M:%S"
}
#