We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a463764 commit 060fe8fCopy full SHA for 060fe8f
qtgui/dockaudio.cpp
@@ -109,7 +109,7 @@ void DockAudio::on_audioRecButton_clicked(bool checked)
109
{
110
if (checked) {
111
// FIXME: option to use local time
112
- lastAudio = QDateTime::currentDateTimeUtc().toString("gqrx-yyyyMMdd-hhmmss.'wav'");
+ lastAudio = QDateTime::currentDateTime().toUTC().toString("gqrx-yyyyMMdd-hhmmss.'wav'");
113
114
// emit signal and start timer
115
emit audioRecStarted(lastAudio);
0 commit comments