From df0903c561908aed33468fba9782f645a8b6b615 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Tue, 12 Oct 2021 21:46:06 +0200 Subject: [PATCH] Update total start date --- app/Utils/StatsUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Utils/StatsUtils.ts b/app/Utils/StatsUtils.ts index a16e21a..a725e26 100644 --- a/app/Utils/StatsUtils.ts +++ b/app/Utils/StatsUtils.ts @@ -85,7 +85,7 @@ export async function getBuildsRan(start: string, end: string): Promise } export async function fetchStatistics(): Promise { - const start = formatDate(new Date("01-01-2000")) + const start = formatDate(new Date("2020-10-13")) const development_time = await getDevelopmentHours(start, NOW) const commands_ran = await getCommandsRan(start, NOW)