- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for DateFormat (0.11 seconds)
-
src/main/java/org/codelibs/fess/exec/Crawler.java
if (crawlingInfoHelper != null) { final SimpleDateFormat dateFormat = new SimpleDateFormat(CoreLibConstants.DATE_FORMAT_ISO_8601_EXTEND); crawlingInfoHelper.putToInfoMap(key, dateFormat.format(new Date())); } } /** * Waits for a crawler thread to complete execution.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 32.4K bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/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) // This response should be conditionally cached. server.enqueue(
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Fri Mar 20 09:13:37 GMT 2026 - 121K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java
} return params.get(name); } default void addCrawlerMetadataNameMapping(final String name, final String fieldName, final String mappingType, final String dateFormat) { if (getCrawlerMetadataNameMapping(name) != null) { return; } @SuppressWarnings("unchecked") final Map<String, Tuple3<String, String, String>> params =Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 92.3K bytes - Click Count (0)