Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newTimestampDateFormat (0.31 sec)

  1. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/AbstractGradleceptionSmokeTest.groovy

                .withTestKitDir(testKitDir)
        }
    
        private static String newTimestamp() {
            newTimestampDateFormat().format(new Date())
        }
    
        static SimpleDateFormat newTimestampDateFormat() {
            new SimpleDateFormat('yyyyMMddHHmmssZ').tap {
                setTimeZone(TimeZone.getTimeZone("UTC"))
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 4K bytes
    - Viewed (0)
Back to top