mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-05-01 23:06:45 +00:00
Merge pull request #558 from Random-Liu/fix-uptime-timestamp
Fix the uptime timestamp parsing.
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user