Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 47h (0.01 sec)

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

    		d    time.Duration
    		want string
    	}{
    		{d: time.Second, want: "1s"},
    		{d: 70 * time.Second, want: "70s"},
    		{d: 190 * time.Second, want: "3m10s"},
    		{d: 70 * time.Minute, want: "70m"},
    		{d: 47 * time.Hour, want: "47h"},
    		{d: 49 * time.Hour, want: "2d1h"},
    		{d: (8*24 + 2) * time.Hour, want: "8d"},
    		{d: (367 * 24) * time.Hour, want: "367d"},
    		{d: (365*2*24 + 25) * time.Hour, want: "2y1d"},
    		{d: (365*8*24 + 2) * time.Hour, want: "8y"},
    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