diff --git a/webviews/src/routes/chatsHistory/index.tsx b/webviews/src/routes/chatsHistory/index.tsx index 63e0536..ec51539 100644 --- a/webviews/src/routes/chatsHistory/index.tsx +++ b/webviews/src/routes/chatsHistory/index.tsx @@ -32,12 +32,23 @@ const ChatsHistory = () => { {chats.reverse().map((chat) => (
+ {new Date(chat.date).toLocaleString(undefined, { + month: "short", + day: "numeric", + hour: "numeric", + minute: "numeric", + second: "numeric", + })} +
+