Fix false positive in qdatetime-utc
QDateTime::currentDateTimeUtc().addYears(1).toMSecsSinceEpoch() cannot be changed to use QDateTime::currentMSecsSinceEpoch()
QDateTime::currentDateTimeUtc().addYears(1).toMSecsSinceEpoch() cannot be changed to use QDateTime::currentMSecsSinceEpoch()