From 4b89b3e2ed99eb6a13a6ae54b9bdb1660429c9b6 Mon Sep 17 00:00:00 2001 From: Baris Soner Usakli Date: Fri, 11 Oct 2013 23:32:47 -0400 Subject: [PATCH] fixed time for month --- src/topics.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/topics.js b/src/topics.js index bad574bf38..98a53ae51e 100644 --- a/src/topics.js +++ b/src/topics.js @@ -101,7 +101,7 @@ schema = require('./schema.js'), var terms = { day: 86400000, week: 604800000, - month: 18144000000 + month: 2592000000 }; var since = terms['day'];