You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When parsing a GPX file that doesn't use UTC but TZ aware timestamps, the timestamp is lost when using the clone method. The cloned gpx object now shows the same time as before, but with the wrong timezone. "2018-04-04T10:36:53-0600" now becomes "2018-04-04T10:36:53Z"
When parsing a GPX file that doesn't use UTC but TZ aware timestamps, the timestamp is lost when using the clone method. The cloned gpx object now shows the same time as before, but with the wrong timezone. "2018-04-04T10:36:53-0600" now becomes "2018-04-04T10:36:53Z"
The following illustrates the problem:
Using a GPX file with TZ aware timestamps:
python 3.7.6 and Gpxpy 1.3.5
The text was updated successfully, but these errors were encountered: