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

David Medinets commented on ACCUMULO-1134:
------------------------------------------

I think the relevant code is shown below. I can't see how an XML file would 
change it.

{noformat}
    SimpleDateFormat fmt = new SimpleDateFormat("dd HH:mm:ss,SSSS");
    Table logTable = new Table("logTable", "Recent Logs");
    logTable.addSortableColumn("Time", new DateTimeType(fmt), null);
{noformat}
                
> Let user change date format in LogServet.
> -----------------------------------------
>
>                 Key: ACCUMULO-1134
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1134
>             Project: Accumulo
>          Issue Type: Improvement
>          Components: monitor
>    Affects Versions: 1.5.0, 1.4.1, 1.4.2
>            Reporter: David Medinets
>            Assignee: Eric Newton
>            Priority: Minor
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to