aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.lisp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.lisp b/src/main.lisp
index 8d2dfc3..21ddfdf 100644
--- a/src/main.lisp
+++ b/src/main.lisp
@@ -36,10 +36,10 @@
("activity" identity)
("battery" parse-integer)
("annotation" identity)
- ("timestamp_ms" parse-unixtime)
- ("time_offset" parse-datetime)
+ ("timestamp_ms" parse-integer) ; parse-unixtime
+ ("time_offset" identity) ; parse-datetime
("distance" parse-float)
- ("starttimestamp_ms" parse-unixtime)
+ ("starttimestamp_ms" parse-integer) ; parse-unixtime
("profile_name" identity)
("battery_charging" parse-boolean))
"Expected order of columns in input CSV files.