mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-17 02:06:23 +00:00
use rfc3339 timestamp
This commit is contained in:
@@ -177,7 +177,7 @@ func (f *FieldManager) toUnversioned(obj runtime.Object) (runtime.Object, error)
|
||||
}
|
||||
|
||||
func (f *FieldManager) buildManagerInfo(prefix string) string {
|
||||
timestamp := time.Now().Format("20060102-150405MST")
|
||||
timestamp := time.Now().UTC().Format(time.RFC3339)
|
||||
if prefix == "" {
|
||||
prefix = "unknown"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user