use rfc3339 timestamp

This commit is contained in:
Kevin Wiesmüller
2019-01-17 19:11:50 +01:00
parent 350c96799a
commit 7f01867abd

View File

@@ -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"
}