Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 7d23h (0.02 sec)

  1. staging/src/k8s.io/apimachinery/pkg/util/duration/duration_test.go

    		{d: 2*24*time.Hour - time.Millisecond, want: "47h"},
    		{d: 2 * 24 * time.Hour, want: "2d"},
    		{d: 2*24*time.Hour + time.Hour, want: "2d1h"},
    		{d: 8*24*time.Hour - time.Millisecond, want: "7d23h"},
    		{d: 8 * 24 * time.Hour, want: "8d"},
    		{d: 8*24*time.Hour + 23*time.Hour, want: "8d"},
    		{d: 2*365*24*time.Hour - time.Millisecond, want: "729d"},
    		{d: 2 * 365 * 24 * time.Hour, want: "2y"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 17 18:04:52 UTC 2020
    - 4.5K bytes
    - Viewed (0)
Back to top