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 9600f97 commit 3df0e9eCopy full SHA for 3df0e9e
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