Skip to content

Commit

Permalink
date in iso format
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre818181 committed Jan 28, 2025
1 parent 021011f commit 0e8bbcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ func sendLogsToTinyBird(logBuffer chan string) {
"podId": runpodPodId,
"testNumber": testNumber,
"message": logMsg,
"timestamp": time.Now().UTC(),
"timestamp": time.Now().UTC().Format("2006-01-02T15:04:05.000Z"),
}

buffer = append(buffer, logEntry)
Expand Down

0 comments on commit 0e8bbcf

Please sign in to comment.