You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "Ralph Goers (Jira)" <ji...@apache.org> on 2023/01/02 17:30:00 UTC

[jira] [Updated] (LOG4J2-2297) java.sql.Time objects are incorrectly formatted

     [ https://issues.apache.org/jira/browse/LOG4J2-2297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ralph Goers updated LOG4J2-2297:
--------------------------------
    Fix Version/s: 2.20.0
                       (was: 2.19.1)

> java.sql.Time objects are incorrectly formatted
> -----------------------------------------------
>
>                 Key: LOG4J2-2297
>                 URL: https://issues.apache.org/jira/browse/LOG4J2-2297
>             Project: Log4j 2
>          Issue Type: Bug
>    Affects Versions: 2.11.0
>            Reporter: Kedar Joshi
>            Assignee: Ralph Goers
>            Priority: Major
>             Fix For: 2.20.0
>
>
> Log4j2 incorrectly formats instance objects of *java.sql.Time*. Consider following case -
> final Time time = Time.valueOf("12:00:00");
>  logger.info("Time : {}", time);
>  
>  Now, the expected output is *Time : 12:00:00* but instead it is logged as {color:#333333}Time : {color}*1970-01-01T12:00:00.000+0530*. Since *java.sql.Time* has no date component, it is wrong to format it this way.
>   



--
This message was sent by Atlassian Jira
(v8.20.10#820010)