X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=GitLogParser.js;h=9d601f7a8882be62617f1519e3060a076f19c8f6;hb=d75fcf2dd27c00113c01ded87844735b2e64534a;hp=09062ebc53614a18e5aeb944485f16b9b741a103;hpb=a570d543aaf25b3a5d1378b8b3759b0bc40fd4bd;p=gitlive 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) {