From: Alan Knowles Date: Sat, 2 Mar 2013 04:46:55 +0000 (+0800) Subject: GitLogParser.js X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=694409737cf00176b8b18a42dfdc43c032337cce GitLogParser.js --- diff --git a/GitLogParser.js b/GitLogParser.js index fa433310..60b51450 100644 --- a/GitLogParser.js +++ b/GitLogParser.js @@ -105,7 +105,7 @@ GitLogParser = { //ret.start = xDate.Date.parseDate(this.date.format('Y-m-d') + ' ' + time, 'Y-m-d H:i:s'); ret.start = xDate.Date.parseDate(( - this.date ? this.date.format('Y-m-d') : (new Date()).format('Y-m-d') + + this.date ? this.date.format('Y-m-d') : (new Date()).format('Y-m-d')) + ' ' + time, 'Y-m-d H:i:s'); while (ret.cmd === false) {