[ 
https://issues.apache.org/jira/browse/ARTEMIS-5769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18044377#comment-18044377
 ] 

ASF subversion and git services commented on ARTEMIS-5769:
----------------------------------------------------------

Commit 8d9f65c86b01893ca1498855f44afd16a83e4f93 in artemis's branch 
refs/heads/revert-6079-ARTEMIS-5769 from Robbie Gemmell
[ https://gitbox.apache.org/repos/asf?p=artemis.git;h=8d9f65c86b ]

Revert "ARTEMIS-5769 standardize date-time strings for web console"

This reverts commit 0500c4eab466620dd4aff8adaca9d0102d38ef22.


> Standardize date-time strings for web console
> ---------------------------------------------
>
>                 Key: ARTEMIS-5769
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-5769
>             Project: Artemis
>          Issue Type: Task
>            Reporter: Justin Bertram
>            Assignee: Justin Bertram
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 2.45.0
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> Currently many of the fields requested by the web console that contain 
> date-time info are formatted on the broker using:
> {code:java}
> new Date(long).toString(){code}
> This results in output like this:
> {noformat}
> Wed Dec 31 18:00:00 CST 1969{noformat}
> This results in unnecessary garbage in the JVM heap and uses an implicit 
> format. It would be better to use an explicit format and avoid any garbage in 
> the heap.



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

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

Reply via email to