Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-56833

QWebEngine time not correct only in Linux

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Not Evaluated
    • 5.7.1
    • 5.7
    • WebEngine
    • None
    • 14ac3e5db232137923fd597eb15dc61c875bf48c

    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"));

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qt_webengine_team Qt WebEngine Team
            igor_kvyatkovsky Igor
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes