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.
1 parent b862590 commit 6b1a510Copy full SHA for 6b1a510
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