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 5c5d533 commit e54531fCopy full SHA for e54531f
packages/filebrowser/src/listing.ts
@@ -834,12 +834,11 @@ export class DirListing extends Widget {
834
this._modifiedStyle
835
);
836
} else {
837
- // Render the date in one of multiple formats, depending on the container's size
838
- modified.textContent = Time.formatHuman(
+ DirListing.defaultRenderer.updateItemModified(
+ modified,
839
item.last_modified,
840
841
842
- modified.title = Time.format(new Date(item.last_modified));
843
}
844
845
});
0 commit comments