Date format: YYYY-Mon-DD HH:MM everywhere

This commit is contained in:
2026-06-01 01:30:26 +02:00
parent 569375bdfe
commit b27cf2da8b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -353,7 +353,7 @@ pub fn list_bak_files_with_meta(save_folder: &Path) -> Vec<BakFileSummary> {
Local
.timestamp_opt(secs as i64, 0)
.single()
.map(|dt| dt.format("%Y-%m-%d %H:%M").to_string())
.map(|dt| dt.format("%Y-%b-%d %H:%M").to_string())
});
// Use filename-derived slot for grouping (authoritative).