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

QGeoPositionInfo timestamp not correctly set (WinRT)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.6.3, 5.7.2, 5.8.0 RC
    • 5.8.0 Alpha
    • Positioning
    • None
    • WinRT
    • e0c93fc1530f1a325f2ac514fb61e6b9f78872d0

    Description

      The WinRT implementation sets the QGeoPositionInfo timestamp using the current system time:

      currentInfo.setTimestamp(QDateTime::currentDateTime());
      

      Instead the timestamp from the location info (https://msdn.microsoft.com/en-us/library/windows/apps/windows.devices.geolocation.geocoordinate.timestamp.aspx) should be used because the location info must not necessarily correspond to the local system time.

      Attachments

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

        Activity

          People

            mkalinow Maurice Kalinowski
            DanielSt Peter Staab
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes