This commit is contained in:
Dmitry Kryukov 2026-07-29 13:36:33 +08:00 committed by GitHub
commit 78b7e06191
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