Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 24s (0.01 sec)

  1. platforms/core-runtime/time/src/test/groovy/org/gradle/internal/time/TimeFormattingTest.groovy

            "1 hour"            | "10 hours"          | hours(4.2123456)                    | "4h 12m 44s"
            "10 hours"          | "100 hours"         | hours(42.123456)                    | "42h 7m 24s"
            "100 hours"         | "None"              | hours(421.23456)                    | "421h 14m 4s"
            "1 hour"            | "10 hours"          | hours(1) + minutes(1)               | "1h 1m"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 20:20:17 UTC 2024
    - 4.8K bytes
    - Viewed (0)
Back to top