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 6a97fa9 commit 2af8f34Copy full SHA for 2af8f34
1 file changed
src/views/statsView.ts
@@ -224,7 +224,7 @@ export class StatsView extends GView<StatsNode> {
224
this._children.push(
225
new StatsNode(
226
StatsType.RunTime,
227
- `Est Runtime: ${new Date(this._stats.runtime * 1000).toISOString().substr(11, 8)}`,
+ `Est Runtime: ${new Date(this._stats.runtime * 1000).toISOString().slice(11, 19)}`,
228
undefined,
229
ResourceType.Stats,
230
TreeItemCollapsibleState.None,
0 commit comments