Details
Description
if open in linux site "http://www.time.gov" time show as GMT! but if open in windows time show normal GMT +3
if i called
QTimeZone ss = QTimeZone::systemTimeZone();
QString fff = ss.abbreviation(QDateTime::currentDateTime());
time zone is correct GMT +3
QWebEngineView *view = new QWebEngineView();
view->load(QUrl("http://www.time.gov"));