diff --git a/core/LogLocale.cpp b/core/LogLocale.cpp index d745582c..93f4e95a 100644 --- a/core/LogLocale.cpp +++ b/core/LogLocale.cpp @@ -4,7 +4,7 @@ MODULE_IDENTIFICATION("qlog.core.loglocale"); LogLocale::LogLocale() : - regexp(QRegularExpression(R"(, tttt|\(t\)|\bt\b)")), + regexp(QRegularExpression(R"(, tttt|\(t\)|\bt\b|\btt\b)")), is24hUsed(!timeFormat(QLocale::ShortFormat).contains("ap", Qt::CaseInsensitive)) { FCT_IDENTIFICATION;