static

in azure-documentdb-benchmark/src/main/java/com/microsoft/azure/documentdb/benchmark/SimpleTests.java [81:84]


    static {
        dateFormat = new SimpleDateFormat("EEE, dd MMM yyyy HH:mm:ss.SSS zzz",Locale.US);
        dateFormat.setTimeZone(TimeZone.getTimeZone("GMT"));
    }