Keith Wall created QPID-4094:
--------------------------------

             Summary: Qpid MC misformats JMX notification dates
                 Key: QPID-4094
                 URL: https://issues.apache.org/jira/browse/QPID-4094
             Project: Qpid
          Issue Type: Bug
          Components: Java Management : JMX Console
    Affects Versions: 0.17
            Reporter: Keith Wall
             Fix For: 0.17


The Qpid Management JMX Console shows the user the date/time at which each JMX 
notification was created by the Java Broker.

There is a problem with the date formatting which means the date displayed to 
the user appears to be wrong.  The format is trying to be 24hour clock, GMT 
timezone.  Testing in the UK in summer the date/times appear to be 13 hours out.

The problem is with the date format string within NotificationObject.  It uses 
hh:mm:ss dd/MM/yy z when it means to use HH:mm:ss dd/MM/yy z.

Future management interfaces should not assume a locale.



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to