mirror of
https://github.com/forkless/NotAlterra.git
synced 2026-08-23 02:52:37 +02:00
Date format: YYYY-Mon-DD HH:MM everywhere
This commit is contained in:
+1
-1
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user