|
|
|
|
@ -2,12 +2,6 @@
|
|
|
|
|
const _ = require('lodash');
|
|
|
|
|
const run = require('../helpers/run');
|
|
|
|
|
|
|
|
|
|
// Date stuff for mkvpropedit
|
|
|
|
|
const intStatsDays = 7; // Use 1 week threshold for new stats
|
|
|
|
|
let statsThresString = new Date(new Date().setDate(new Date().getDate() - intStatsDays)).toUTCString();
|
|
|
|
|
statsThresString = `${statsThresString.slice(0, 22)}:00 GMT`;
|
|
|
|
|
let datStatsString = new Date().toUTCString();
|
|
|
|
|
datStatsString = `${datStatsString.slice(0, 22)}:00 GMT`;
|
|
|
|
|
const tests = [
|
|
|
|
|
// Test 0
|
|
|
|
|
{
|
|
|
|
|
|