Uses of Class
org.apache.logging.log4j.core.util.datetime.FixedDateFormat
-
Packages that use FixedDateFormat Package Description org.apache.logging.log4j.core.util.datetime Log4j 2 date formatting classes. -
-
Uses of FixedDateFormat in org.apache.logging.log4j.core.util.datetime
Methods in org.apache.logging.log4j.core.util.datetime that return FixedDateFormat Modifier and Type Method Description static FixedDateFormat
FixedDateFormat. create(FixedDateFormat.FixedFormat format)
Returns a newFixedDateFormat
object for the specifiedFixedFormat
and aTimeZone.getDefault()
TimeZone.static FixedDateFormat
FixedDateFormat. create(FixedDateFormat.FixedFormat format, TimeZone tz)
Returns a newFixedDateFormat
object for the specifiedFixedFormat
and TimeZone.static FixedDateFormat
FixedDateFormat. createIfSupported(String... options)
-