RideBeeline / GpxKit

Swift GPX parser and writer
MIT License
13 stars 3 forks source link

fix time formatter timezone issue #6

Open Applitom opened 6 years ago

Applitom commented 6 years ago

Hello, This PR should fix issue #5

Some tests broke so I had to fix it. From now on when you save the GPX it will include the time zone in the time, so I needed to update the Track.gpx file to include it. However, file that doesn't include the time zone in the the time value will still be able to be parsed correctly, for example TrackInvalidElevation.gpx file.

Thanks!

marcbaldwin commented 6 years ago

Great work again, and thanks for updating the tests. I just need to check this doesn't break our use of this library, we may be relying on the Z in the timezone. I'll get back to you soon!