diff --git a/mainwindow.cpp b/mainwindow.cpp index 8d7523370..d7a6ffbee 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1239,7 +1239,7 @@ void MainWindow::guiUpdate() QFile f("ALL.TXT"); f.open(QIODevice::WriteOnly | QIODevice::Text | QIODevice::Append); QTextStream out(&f); - out << QDateTime::currentDateTimeUtc().toString("yyyy-MMM-dd hh:mm") + out << QDateTime::currentDateTimeUtc().toString("hhmm") << " Transmitting: " << QString::fromAscii(msgsent) << endl; f.close(); }