This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Endomondo TCX files imported on the wrong date

Hello 

I am moving all my workout data from Endomondo to Garmin and I just figured out one annoying little "bug". I have a lot of many manually entered workouts. They are not imported on the day they took place but on the day I entered them into Endomondo.

In this example I ran a SwimRun-race on the 11th but entered it into Endomondo on the 14th 

   <Activity Sport="Running">
      <Id>2016-06-14T07:59:15Z</Id>
      <Lap StartTime="2016-06-11T12:25:00Z">

When imported into Garmin it is places on the 14th. Does anybody have a fix for this? As you can see I am on 2016 and there are a lot of workouts I will need to edit…
  

  • Does anybody have a fix for this?

    With an advanced editor such as Notepad++, PSPad, or similar, you could use the global Search & Replace operation (using the Regular Expression syntax) over all the TCX files, replacing the time stamp in the ID tag with the time from the Lap tag.

    Though, for using the regex, you'd probably need to get both tags on the same line first, so you'd need to remove the new line character between the two tags, in the first step, and only then you could use the regex search & replace operation.

    You could also try removing the entire line with the ID tag, to see what date GC then takes, or whether it fails to import the file if the tag is missing. If it worked, you could remove the tag globally in all files much easier.