Skip to content

Commit

Permalink
fix(testworkflows): displaying events (#5652)
Browse files Browse the repository at this point in the history
  • Loading branch information
rangoo94 authored Jul 11, 2024
1 parent 1443737 commit 7021e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/testworkflows/testworkflowcontroller/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

const (
KubernetesLogTimeFormat = "2006-01-02T15:04:05.999999999Z"
KubernetesLogTimeFormat = "2006-01-02T15:04:05.000000000Z"
KubernetesTimezoneLogTimeFormat = KubernetesLogTimeFormat + "07:00"
)

Expand Down

0 comments on commit 7021e06

Please sign in to comment.