remotes/1693045480750635534/spooky-22
Aevann1 2021-09-24 19:52:45 +02:00
parent a2f026f0f7
commit 8aab42f4e1
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
<!---beginning of comment {{c.id}}--->
<script>
var date = new Date('{{c.created_utc * 1000}}');
var date = new Date('{{c.created_datetime}}');
document.getElementById('timestamp-{{c.id}}').title = date.toString();
</script>