Skip to content

Commit f69d0c8

Browse files
authored
Merge pull request #558 from Random-Liu/fix-uptime-timestamp
Fix the uptime timestamp parsing.
2 parents 9c54169 + 8e94c93 commit f69d0c8

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)