ernesst / ActivityTracker

ActivityTracker app for Ubuntu
GNU General Public License v3.0
6 stars 12 forks source link

Incorrect time in the Track Information Dialog #13

Open kugiigi opened 5 years ago

kugiigi commented 5 years ago

Description

The time seems to be in UTC and does not respect the current timezone settings of the device.

ernesst commented 5 years ago

Can you precise where do you get the time, is it from GPS info ?

kugiigi commented 5 years ago

Yes, from the Info dialog.

Danfro commented 1 year ago

The dialog gets the info from the database. That contains the GPS info which will be in UTC.

I would not change the GPS data, since that is likely to be expected in UTC when exporting or processing otherwise. So we would need a wrapper here around the displayed data to adjust for timezones.