This commit is contained in:
orangix
2026-01-19 02:36:52 +01:00
parent 8cb2524924
commit e5b87dc924
16 changed files with 66 additions and 67 deletions

View File

@@ -9,4 +9,4 @@ func FormatDate(date string) (string, error) {
}
return time.Format("Jan 2, 2006 3:04 PM"), nil
}
}