diff --git a/src/khoj/interface/web/chat.html b/src/khoj/interface/web/chat.html index 86cfdf71..46580a72 100644 --- a/src/khoj/interface/web/chat.html +++ b/src/khoj/interface/web/chat.html @@ -1170,7 +1170,7 @@ To get started, just start typing below. You can also type / to see a list of co chat_log.message, chat_log.by, chat_log.context, - new Date(chat_log.created), + new Date(chat_log.created + "Z"), chat_log.onlineContext, chat_log.intent?.type, chat_log.intent?.["inferred-queries"]); @@ -1265,7 +1265,7 @@ To get started, just start typing below. You can also type / to see a list of co chat_log.message, chat_log.by, chat_log.context, - new Date(chat_log.created), + new Date(chat_log.created + "Z"), chat_log.onlineContext, chat_log.intent?.type, chat_log.intent?.["inferred-queries"]