The date column displays incorrectly in the admin panel. Reverting back to the following in FileListTable.php resolves the issue.
return $file->GetFormattedDate();
The date column displays incorrectly in the admin panel. Reverting back to the following in FileListTable.php resolves the issue.
return $file->GetFormattedDate();