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