diff --git a/pkg/minikube/constants/constants.go b/pkg/minikube/constants/constants.go index b22938943b..39d16e56d9 100644 --- a/pkg/minikube/constants/constants.go +++ b/pkg/minikube/constants/constants.go @@ -123,7 +123,7 @@ const ( ExistingContainerHostEnv = MinikubeExistingPrefix + "CONTAINER_HOST" // TimeFormat is the format that should be used when outputting time - TimeFormat = time.RFC1123 + TimeFormat = time.RFC822 // MaxResources is the value that can be passed into the memory and cpus flags to specify to use maximum resources MaxResources = "max"