Dmitrii Kriukov created CASSANDRA-19655:
-------------------------------------------

             Summary: 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


            ? "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