From 5fea6a10646f310d1c6ce675e86abbac78c02f3a Mon Sep 17 00:00:00 2001 From: unitwk Date: Sun, 15 Jan 2023 14:37:09 +0800 Subject: [PATCH] Feat: user statistics --- src/app/service/user_statistics.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/service/user_statistics.ts b/src/app/service/user_statistics.ts index 8601d739..6e3bf4a0 100755 --- a/src/app/service/user_statistics.ts +++ b/src/app/service/user_statistics.ts @@ -6,7 +6,7 @@ import { getVersion } from "../version"; // This function module is used for MCSManager user statistics, // the purpose is to know the number of existing daily activities and installations. // User statistics will not send any private data, user data, system information, etc. -const st = new Date().toLocaleDateString(); +const st = new Date().getTime(); const version = getVersion(); async function statistics() {