final ref hw1 / fix time

This commit is contained in:
neko
2022-08-29 09:05:33 +03:00
parent 5eac764ef3
commit 7a59853fb1

View File

@@ -28,7 +28,7 @@ const MessageSender = (props: any) => {
user: message0.user,
message: {
text,
time: new Date().toUTCString()//.toTimeString().slice(0, 5),
time: new Date().toTimeString().slice(0, 5),
},
},
])