Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.8.0 Alpha
-
None
-
-
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.