We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e783f2 commit 3ea004fCopy full SHA for 3ea004f
public/js/script.js
@@ -317,7 +317,7 @@ function loadItems() {
317
318
template.find('.square').append(image);
319
template.find('.item_name').text(item.name);
320
- template.find('time').text((new Date(item.time)).toLocaleString());
+ template.find('time').text((new Date(item.time * 1000)).toLocaleString());
321
322
$('#content').append(template);
323
});
0 commit comments