Skip to content

Commit

Permalink
Fix the uptime timestamp parsing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Random-Liu committed May 14, 2021
1 parent 9c54169 commit 8e94c93
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 8e94c93

Please sign in to comment.