mirror of
https://github.com/tomoko-dev9/nntpchan.git
synced 2026-06-02 04:44:53 +02:00
fix date error
This commit is contained in:
@@ -1223,7 +1223,7 @@ Chat.prototype.generateChat = function(data) {
|
||||
}
|
||||
|
||||
if (data.Posted) {
|
||||
date.appendChild(document.createTextNode((new Date(data.Posted)).toLocaleString()));
|
||||
date.appendChild(document.createTextNode((new Date(data.Posted * 1000)).toLocaleString()));
|
||||
}
|
||||
|
||||
if (data.Tripcode) {
|
||||
|
||||
Reference in New Issue
Block a user