This Scala application normalises GPX time data exported from Sports Tracker to UTC.
In the process of moving workout data from Sports Tracker to Strava, I found that Sports Tracker file export was not keeping times exported relative to UTC, so on import into Strava timings were incorrect for my timezone.
This was written in Scala to play around with regex in Scala.
- Application assumes the timezone of the JVM it's running on as the source timezone and will normalise the time to UTC from there