mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix system messages using incorrect timezone
This commit is contained in:
@ -1910,7 +1910,7 @@ function sendSystemMessage(type, text, extra = {}) {
|
||||
return;
|
||||
}
|
||||
|
||||
const newMessage = { ...systemMessage, send_date: humanizedDateTime() };
|
||||
const newMessage = { ...systemMessage, send_date: getMessageTimeStamp() };
|
||||
|
||||
if (text) {
|
||||
newMessage.mes = text;
|
||||
|
Reference in New Issue
Block a user