This commit is contained in:
Dmitry Kryukov 2026-08-01 14:11:47 +03:00 committed by GitHub
commit 0df80e7dc7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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