Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for MM (0.13 sec)

  1. okhttp/src/test/java/okhttp3/CacheTest.kt

        val servedDate = Date(System.currentTimeMillis() + TimeUnit.HOURS.toMillis(-2))
        val dateFormat: DateFormat = SimpleDateFormat("EEE dd-MMM-yyyy HH:mm:ss z", Locale.US)
        dateFormat.timeZone = TimeZone.getTimeZone("America/New_York")
        val lastModifiedString = dateFormat.format(lastModifiedDate)
        val servedString = dateFormat.format(servedDate)
    
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Apr 10 19:46:48 GMT 2024
    - 108.6K bytes
    - Viewed (0)
  2. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // see also: https://en.wikipedia.org/wiki/.ml
    ml
    com.ml
    edu.ml
    gouv.ml
    gov.ml
    net.ml
    org.ml
    presse.ml
    
    // mm : https://en.wikipedia.org/wiki/.mm
    *.mm
    
    // mn : https://en.wikipedia.org/wiki/.mn
    mn
    gov.mn
    edu.mn
    org.mn
    
    // mo : http://www.monic.net.mo/
    mo
    com.mo
    net.mo
    org.mo
    edu.mo
    gov.mo
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
Back to top