cmaion / polar

A set of command line tools written in Ruby to interact with Polar watches and decode raw data files
89 stars 22 forks source link

Timezone when converting to GPX #4

Closed jluttine closed 6 years ago

jluttine commented 6 years ago

Thanks for this amazing tool! I just bought V800 and got really annoyed because I thought I can't get the data out in any way (I'm using Linux). Well, this tool made my day!

I noticed the following: When converting a training session to GPX, all timestamps are in UTC (or Zulu) timezone. Could it either use the timezone of my local system (that's most likely correct) or let it be configurable?

cmaion commented 6 years ago

Fixed in 1a2547a1928752947b521f397a3084ac4a7555e3?

Pull and let me know -- I don't know if all common GPX importers can read non UTC times.

cmaion commented 6 years ago

Closing, I believe that this is fixed.

BTW, you may also try the new TCX converter (still doesn't support multiple sports in a single training session though)