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.
2 parents 1b4bf4a + 2c81d90 commit 4347ba8Copy full SHA for 4347ba8
site/static/status.html
@@ -118,7 +118,7 @@
118
let end = new Date(data.most_recent_end * 1000);
119
element.innerHTML = `No current collection in progress. Last one
120
finished at ${end.toLocaleString()} local time,
121
- ${format_duration(Math.trunc((new Date()/1000 - end)))} ago.`;
+ ${format_duration(Math.trunc((new Date() - end)/1000))} ago.`;
122
} else {
123
element.innerHTML = "No current collection in progress.";
124
}
0 commit comments