Extend expiry

This commit is contained in:
Bill Somerville 2021-01-25 00:28:30 +00:00
parent 2d4256d593
commit 86572dbc6e
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F
1 changed files with 1 additions and 1 deletions

View File

@ -1041,7 +1041,7 @@ void MainWindow::not_GA_warning_message ()
"available for testing purposes. By design it will\n"
"be nonfunctional after 0000 UTC on Jan 26, 2021.");
auto now = QDateTime::currentDateTimeUtc ();
if (now >= QDateTime {{2021, 1, 26}, {0, 0}, Qt::UTC}) {
if (now >= QDateTime {{2021, 2, 2}, {0, 0}, Qt::UTC}) {
Q_EMIT finished ();
}
}