Fix the uptime timestamp parsing.

This commit is contained in:
Lantao Liu
2021-05-14 16:43:09 -07:00
parent 9c541692ee
commit 8e94c930ee
+1 -1
View File
@@ -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"
)