From: Alan Knowles Date: Sat, 2 Mar 2013 04:48:35 +0000 (+0800) Subject: GitLogParser.js X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=d75fcf2dd27c00113c01ded87844735b2e64534a GitLogParser.js --- diff --git a/GitLogParser.js b/GitLogParser.js index 09062ebc..9d601f7a 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 xDate.Date()).format('Y-m-d')) + ' ' + time, 'Y-m-d H:i:s'); while (ret.cmd === false) {