Skip to content

Commit 8e94c93

Browse files
committed
Fix the uptime timestamp parsing.
1 parent 9c54169 commit 8e94c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/healthchecker/types/types_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ package types
1919
const (
2020
DefaultCriCtl = "/usr/bin/crictl"
2121
DefaultCriSocketPath = "unix:///var/run/containerd/containerd.sock"
22-
UptimeTimeLayout = "Mon 2006-01-02 15:04:05 UTC"
22+
UptimeTimeLayout = "Mon 2006-01-02 15:04:05 MST"
2323
)

0 commit comments

Comments
 (0)