fixed time for month

This commit is contained in:
Baris Soner Usakli
2013-10-11 23:32:47 -04:00
parent 1ee24517e3
commit 4b89b3e2ed

View File

@@ -101,7 +101,7 @@ schema = require('./schema.js'),
var terms = {
day: 86400000,
week: 604800000,
month: 18144000000
month: 2592000000
};
var since = terms['day'];