fixed time for month

v1.18.x
Baris Soner Usakli 11 years ago
parent 1ee24517e3
commit 4b89b3e2ed

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

Loading…
Cancel
Save