Package org.apache.logging.log4j.core.util.datetime
Log4j 2 date formatting classes.
-
Interface Summary Interface Description DateParser DateParser is the "missing" interface for the parsing methods ofDateFormat
.DatePrinter DatePrinter is the "missing" interface for the format methods ofDateFormat
. -
Class Summary Class Description FastDateFormat FastDateFormat is a fast and thread-safe version ofSimpleDateFormat
.FastDateParser FastDateParser is a fast and thread-safe version ofSimpleDateFormat
.FastDatePrinter FastDatePrinter is a fast and thread-safe version ofSimpleDateFormat
.FixedDateFormat Custom time formatter that trades flexibility for performance.Format The basic methods for performing date formatting. -
Enum Summary Enum Description FixedDateFormat.FixedFormat Enumeration over the supported date/time format patterns.FixedDateFormat.FixedTimeZoneFormat Fixed time zone formats.