Skip to content

Commit

Permalink
Merge pull request #558 from Random-Liu/fix-uptime-timestamp
Browse files Browse the repository at this point in the history
Fix the uptime timestamp parsing.
  • Loading branch information
k8s-ci-robot authored May 15, 2021
2 parents 9c54169 + 8e94c93 commit f69d0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/healthchecker/types/types_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ package types
const (
DefaultCriCtl = "/usr/bin/crictl"
DefaultCriSocketPath = "unix:///var/run/containerd/containerd.sock"
UptimeTimeLayout = "Mon 2006-01-02 15:04:05 UTC"
UptimeTimeLayout = "Mon 2006-01-02 15:04:05 MST"
)

0 comments on commit f69d0c8

Please sign in to comment.