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 1b4bf4a commit 2c81d90Copy full SHA for 2c81d90
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