irfan-arshad-arbisoft / mytracks

Automatically exported from code.google.com/p/mytracks
0 stars 0 forks source link

Date/time recording not working #1497

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Track a route
2.Export to external device
3.Choose either GPX or CSV file format

What is the expected output? What do you see instead?
Expected output is to see the tracking points with respective date/time, 
instead I see the date/time with wrong information, so it is impossible to 
synchronize with pictures. Worse is that the date/time in GPX and CSV file 
formats have different information, so not sure how the application records the 
date/time but it definitely does not work, at least when exporing the route.

What version of MyTracks are you using? On what version of Android? On what
phone?
v2.0.6
4.3
Samsung Galaxy S3

If possible please provide a log by uploading here.
Detailed instructions can be found here:
http://code.google.com/p/mytracks/wiki/HowToReportErrors

Please provide any additional information here:

Original issue reported on code.google.com by airton.v...@gmail.com on 21 Apr 2014 at 7:52

Attachments:

GoogleCodeExporter commented 9 years ago
For the gpx file, the date/time field is based on the gpx spec.

for csv, the date/time field is using the ISO8601 format.
http://en.wikipedia.org/wiki/ISO_8601

Original comment by jshih@google.com on 11 Jun 2014 at 8:27