Add time editing

This commit is contained in:
Martin
2026-02-01 21:46:11 +01:00
parent 72a5c57faa
commit 5cbfc58aa3
3 changed files with 194 additions and 0 deletions

View File

@ -144,6 +144,8 @@ func formatDate(date string, format string) string {
slog.Error("Failed to parse time:", err)
return ""
}
dt = dt.Local()
switch format {
case "formatted", "":