Commit 0acac592 authored by Faizal Aziz's avatar Faizal Aziz
parents 2027c978 872ac546
......@@ -56,7 +56,7 @@ func ConvertLogTime(date string) string {
t, err := time.Parse("2006-01-02 15:04:05.000", date)
if err != nil {
fmt.Println("Error parsing timestamp:", err)
return ""
return date
}
// Format the timestamp in the desired format
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment