diff --git a/luci/luci-app-qmodem-sms/luasrc/view/modem_sms/modem_sms.htm b/luci/luci-app-qmodem-sms/luasrc/view/modem_sms/modem_sms.htm index 887280e..0976153 100644 --- a/luci/luci-app-qmodem-sms/luasrc/view/modem_sms/modem_sms.htm +++ b/luci/luci-app-qmodem-sms/luasrc/view/modem_sms/modem_sms.htm @@ -942,7 +942,7 @@ class ModemSMS { let sender,timestamp,content,part,total,index; sender = msg.sender; if (typeof(msg.timestamp) == "number") { - timestamp = new Date(msg.timestamp*1000).toLocaleString(); + timestamp = new Date(msg.timestamp*1000).toISOString() } else{ timestamp = msg.timestamp;