Summary
The file browser widget currently displays relative dates in the Last Modified column (Today, Yesterday) instead of the actual timestamp. There is no setting to switch to full date/time display.
Current behavior
Files modified today show Today, files from yesterday show Yesterday. Only older files show an actual date — but still without a time component.
Expected behavior
An option (or toggle) to display the full timestamp, e.g.:
2026-02-19 15:42
- or locale-formatted equivalent
Why this matters
When comparing multiple files modified on the same day, Today provides no useful differentiation. Developers frequently need to know whether a file was modified at 09:00 or 22:00 — especially when debugging or reviewing recent changes.
Suggested implementation
A setting key like filebrowser:dateformat accepting values:
relative (current default: Today, Yesterday)
full (e.g. YYYY-MM-DD HH:mm)
Or simply a toggle in the file browser column header.