Add time editing
This commit is contained in:
@ -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", "":
|
||||
|
||||
Reference in New Issue
Block a user