Skip to content

Commit

Permalink
Update timestamp format used by gpxpy
Browse files Browse the repository at this point in the history
  • Loading branch information
JWCook committed Nov 14, 2023
1 parent 8d2599d commit 5db18c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_gpx.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_to_gpx__to_file(tmp_path):

def _validate_point(point: Dict):
assert point['@lat'] == '32.8430971478' and point['@lon'] == '-117.2815829044'
assert point['time'] == '2020-05-09T06:01:00-0700'
assert point['time'] == '2020-05-09T06:01:00-07:00'
assert 'Dirona picta' in point['cmt']
assert 'May 09, 2020' in point['cmt']
assert point['link']['@href'].startswith('https://inaturalist-open-data.s3.amazonaws.com/')

0 comments on commit 5db18c6

Please sign in to comment.