aboutsummaryrefslogtreecommitdiff
path: root/fietsboek/convert.py
diff options
context:
space:
mode:
Diffstat (limited to 'fietsboek/convert.py')
-rw-r--r--fietsboek/convert.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/fietsboek/convert.py b/fietsboek/convert.py
index df08833..5115dd7 100644
--- a/fietsboek/convert.py
+++ b/fietsboek/convert.py
@@ -54,6 +54,7 @@ def from_fit(data: bytes) -> Track:
path = geo.Path(points)
track = Track()
track.set_path(path)
+ track.date = start_time
return track