GPX specifies the date to be in UTC. A date is flagged as UTC with a
trailing 'Z':
Current (wrong): 2009-08-28T10:33:46
Right: 2009-08-28T10:33:46Z
However, the gps-device doesn't know the concept of UTC. It simply
logs a point with the date in the timezone specified during device
setup. To convert the time to UTC, I have to know the timezone, but
if I am right, there is now way to get the correct timezone
automatically without asking the user for it.
Cheers,
Dennis
Am 29.08.2009, 12:31 Uhr, schrieb Luca Postregna
<luca.po...@gmail.com>: