Precalculate index stats

This commit is contained in:
Pijus Kamandulis
2025-06-23 17:52:20 +03:00
parent d801debaf6
commit be637f4540
13 changed files with 243 additions and 81 deletions

View File

@@ -35,5 +35,5 @@ func FormatCreateDate(createdate string) string {
t := time.Unix(sec, nsec)
return t.Format(time.DateTime)
}
return ""
return "-"
}