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() {