You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Elliotte Rusty Harold (JIRA)" <ji...@apache.org> on 2007/08/08 20:33:02 UTC

[jira] Created: (AMQ-1358) Make timestamp legible in web interface

Make timestamp legible in web interface
---------------------------------------

                 Key: AMQ-1358
                 URL: https://issues.apache.org/activemq/browse/AMQ-1358
             Project: ActiveMQ
          Issue Type: Improvement
    Affects Versions: 5.0.0
            Reporter: Elliotte Rusty Harold
            Priority: Minor


In the web interface to ActiveMQ 5.0 there's a timestamp column. This shows what appear to be long values such as 1186523051750, 1186523051754, etc. I suspect these are something like the number of milliseconds since January 1, 1970, midnight.

However since the web interface to the queue is meant to be shown to a person, these should really be converted to a more readable String format such as 2007-08-07T14:06:22.34Z or something even nicer.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (AMQ-1358) Make timestamp legible in web interface

Posted by "Jonas Lim (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-1358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonas Lim resolved AMQ-1358.
----------------------------

    Resolution: Fixed
      Assignee: Jonas Lim

updates committed on trunk : r585905

> Make timestamp legible in web interface
> ---------------------------------------
>
>                 Key: AMQ-1358
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1358
>             Project: ActiveMQ
>          Issue Type: Improvement
>    Affects Versions: 5.0.0
>            Reporter: Elliotte Rusty Harold
>            Assignee: Jonas Lim
>            Priority: Minor
>             Fix For: 5.2.0
>
>
> In the web interface to ActiveMQ 5.0 there's a timestamp column. This shows what appear to be long values such as 1186523051750, 1186523051754, etc. I suspect these are something like the number of milliseconds since January 1, 1970, midnight.
> However since the web interface to the queue is meant to be shown to a person, these should really be converted to a more readable String format such as 2007-08-07T14:06:22.34Z or something even nicer.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AMQ-1358) Make timestamp legible in web interface

Posted by "Hiram Chirino (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-1358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hiram Chirino updated AMQ-1358:
-------------------------------

    Fix Version/s:     (was: 5.2.0)
                   5.1.0

> Make timestamp legible in web interface
> ---------------------------------------
>
>                 Key: AMQ-1358
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1358
>             Project: ActiveMQ
>          Issue Type: Improvement
>    Affects Versions: 5.0.0
>            Reporter: Elliotte Rusty Harold
>            Assignee: Jonas Lim
>            Priority: Minor
>             Fix For: 5.1.0
>
>
> In the web interface to ActiveMQ 5.0 there's a timestamp column. This shows what appear to be long values such as 1186523051750, 1186523051754, etc. I suspect these are something like the number of milliseconds since January 1, 1970, midnight.
> However since the web interface to the queue is meant to be shown to a person, these should really be converted to a more readable String format such as 2007-08-07T14:06:22.34Z or something even nicer.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.