User-Agent: Opera/9.50 (X11; Linux i686; U; de) Build Identifier: Thunar should always display the full localized date and time for deletion and modification time. This is especially important in trash:/// where there can be multiple files with the same name. In this situation it’s absolutely impossible to guess, which one’s the most recent. Reproducible: Always Steps to Reproduce: 1. Create file "foo" 2. Delete file "foo" 3. Repeat step 1. and 2. Actual Results: Thunar displays "Today" as modification time for both files in the file list view and deletion time in Trash. Expected Results: Thunar should display the full localized date and time of modification and deletion.
(In reply to comment #0) > Thunar should always display the full localized date and time for deletion and > modification time. After digging through the source I found the option MiscDateStyle and its different values in thunar/thunar-enum-types.h. The values THUNAR_DATE_STYLE_LONG and THUNAR_DATE_STYLE_ISO do what I want whereas THUNAR_DATE_STYLE_SIMPLE (default) and THUNAR_DATE_STYLE_SHORT do not suffice my needs. Is this actually properly documented anywhere? Anyways, I’m closing this report.
(In reply to comment #1) > Is this actually properly documented anywhere? I never noticed that option in the preferences dialog though… Must have been a long time since I had a look at that dialog.