We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b862590 + 6b1a510 commit 3dfb9e8Copy full SHA for 3dfb9e8
staging/src/k8s.io/apimachinery/pkg/api/meta/table/table.go
@@ -67,5 +67,5 @@ func ConvertToHumanReadableDateType(timestamp metav1.Time) string {
67
if timestamp.IsZero() {
68
return "<unknown>"
69
}
70
- return duration.ShortHumanDuration(time.Now().Sub(timestamp.Time))
+ return duration.HumanDuration(time.Now().Sub(timestamp.Time))
71
0 commit comments