Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MMM (0.01 sec)

  1. fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/HcHttpClient.java

            return httpClient.execute(httpRequest, new BasicHttpContext(httpClientContext));
        }
    
        protected Date parseLastModified(final String value) {
            final SimpleDateFormat sdf = new SimpleDateFormat("EEE, d MMM yyyy HH:mm:ss Z", Locale.ENGLISH);
            try {
                return sdf.parse(value);
            } catch (final ParseException e) {
                return null;
            }
        }
    
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu May 09 09:29:26 UTC 2024
    - 41K bytes
    - Viewed (0)
Back to top