Class FastDatePrinter.TimeZoneDisplayKey
java.lang.Object
org.apache.logging.log4j.core.util.datetime.FastDatePrinter.TimeZoneDisplayKey
- Enclosing class:
FastDatePrinter
Inner class that acts as a compound key for time zone names.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTimeZoneDisplayKey(TimeZone timeZone, boolean daylight, int style, Locale locale) Constructs an instance ofTimeZoneDisplayKeywith the specified properties. -
Method Summary
-
Field Details
-
mTimeZone
-
mStyle
private final int mStyle -
mLocale
-
-
Constructor Details
-
TimeZoneDisplayKey
Constructs an instance ofTimeZoneDisplayKeywith the specified properties.- Parameters:
timeZone- the time zonedaylight- adjust the style for daylight saving time iftruestyle- the timezone stylelocale- the timezone locale
-
-
Method Details