jvz commented on code in PR #2249:
URL: https://github.com/apache/logging-log4j2/pull/2249#discussion_r1468019981


##########
log4j-api/src/main/java/org/apache/logging/log4j/status/StatusData.java:
##########
@@ -34,58 +36,93 @@ public class StatusData implements Serializable {
 
     private static final long serialVersionUID = -4341916115118014017L;
 
-    private final long timestamp;
+    private final Instant instant;
+
+    @Nullable
+    private final DateTimeFormatter instantFormatter;

Review Comment:
   Thank you for this! I was thinking along these same lines myself.



-- 
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: notifications-unsubscr...@logging.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to