dnsmkl commented on code in PR #1173:
URL: https://github.com/apache/logging-log4j2/pull/1173#discussion_r1059358239


##########
log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/DatePatternConverter.java:
##########
@@ -83,6 +87,11 @@ void formatToBuffer(final Instant instant, final 
StringBuilder destination) {
         public String toPattern() {
             return fastDateFormat.getPattern();
         }
+
+        @Override
+        public TimeZone getTimeZone() {

Review Comment:
   Expose parsed timezone option.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to