From ecce1db4cd73bed75ddfe79513fa888dad8d9df6 Mon Sep 17 00:00:00 2001 From: JianMiau Date: Wed, 6 Dec 2023 15:14:15 +0800 Subject: [PATCH] [fix] bug --- src/UI/Lobby/SDGame.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UI/Lobby/SDGame.tsx b/src/UI/Lobby/SDGame.tsx index 1d66f3b..62c9ca6 100644 --- a/src/UI/Lobby/SDGame.tsx +++ b/src/UI/Lobby/SDGame.tsx @@ -159,7 +159,7 @@ const SDGame = (props: ISDGame) => { } function AddLog(s: string) { - const todayTimeStr: string = dayjs().format("YYYY/MM/DD 00:00:00"); + const todayTimeStr: string = dayjs().format("YYYY/MM/DD HH:mm:ss"); setLog((v) => { if (v.length > 100) { v.pop();