- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for 7h59m (0.02 sec)
-
staging/src/k8s.io/apimachinery/pkg/util/duration/duration_test.go
{d: 10*time.Minute + time.Second, want: "10m"}, {d: 3*time.Hour - time.Millisecond, want: "179m"}, {d: 3 * time.Hour, want: "3h"}, {d: 3*time.Hour + time.Minute, want: "3h1m"}, {d: 8*time.Hour - time.Millisecond, want: "7h59m"}, {d: 8 * time.Hour, want: "8h"}, {d: 8*time.Hour + 59*time.Minute, want: "8h"}, {d: 2*24*time.Hour - time.Millisecond, want: "47h"}, {d: 2 * 24 * time.Hour, want: "2d"},
Registered: 2024-06-15 01:39 - Last Modified: 2020-04-17 18:04 - 4.5K bytes - Viewed (0)