From 8bdd41f72aabc23c24e1117769fd82ca6652562b Mon Sep 17 00:00:00 2001 From: Nikhil2001 Date: Sat, 23 Apr 2022 04:08:23 +0200 Subject: [PATCH] Set short time Format in Audit log --- pkg/minikube/constants/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"