- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for formatTimestamp (0.88 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
compat/maven-embedder/src/main/java/org/apache/maven/cli/CLIReportingUtils.java
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Nov 08 08:49:11 GMT 2024 - 7.3K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/utils/CLIReportingUtils.java
cause = cause.getCause()) { logger.error("Caused by: {}", cause.getMessage()); } } } } public static String formatTimestamp(TemporalAccessor instant) { return DateTimeFormatter.ISO_OFFSET_DATE_TIME.format(instant); } public static String formatDuration(Duration duration) { long days = duration.toDays();
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Mar 10 15:37:54 GMT 2026 - 6.9K bytes - Click Count (0)