Add time editing

This commit is contained in:
Martin
2026-02-01 21:46:11 +01:00
committed by Martin Pander
parent 681ed7e635
commit 7032d0fa54
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", "":