Fixed date format

This commit is contained in:
Dmitry Kryukov 2024-05-16 21:35:39 +03:00
parent a15b137b7c
commit 211220ed8e
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ public class SettingsGraph implements Serializable
file = options.file.value();
revision = options.revision.value();
title = options.revision.value() == null
? "cassandra-stress - " + new SimpleDateFormat("yyyy-mm-dd hh:mm:ss").format(new Date())
? "cassandra-stress - " + new SimpleDateFormat( "yyyy-MM-dd hh:mm:ss" ).format( new Date())
: options.title.value();
operation = options.operation.value() == null