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

Dmitrii Kriukov commented on CASSANDRA-19655:
---------------------------------------------

PR https://github.com/apache/cassandra/pull/3309

> Incorrect date format in SettingsGraph
> --------------------------------------
>
>                 Key: CASSANDRA-19655
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-19655
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Dmitrii Kriukov
>            Assignee: Dmitrii Kriukov
>            Priority: Normal
>
>             ? "cassandra-stress - " + new SimpleDateFormat("yyyy-mm-dd 
> hh:mm:ss").format(new Date())
> should be
>             ? "cassandra-stress - " + new SimpleDateFormat("yyyy-MM-dd 
> hh:mm:ss").format(new Date())



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

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to