"7 days fix" on db_lists.js and db_graph.js

Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
This commit is contained in:
rdwebdesign
2021-11-07 03:26:03 -03:00
parent 59cb739e73
commit 1a88de961f
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
/* global utils:false, moment:false */
var start__ = moment().subtract(6, "days");
var start__ = moment().subtract(7, "days");
var from = moment(start__).utc().valueOf() / 1000;
var end__ = moment();
var until = moment(end__).utc().valueOf() / 1000;