Wheellog/Wheellog.Android

CSV export 'time' column invalid

realchrisolin opened this issue · 2 comments

Description

The time column in CSV exports appears to contain ride duration data

Steps to reproduce

  1. Open WheelLog and swipe left to bring up recorded rides
  2. Share ride to export CSV data
  3. Observe time column data

Expected behavior

I'm writing a script to convert the CSV data to GPX and running into an issue: ValueError: time data '8/23/2022 24:00.2' does not match format '%m/%d/%Y %H:%M.%S'

I'm not much of an Android/Java developer, but I'll try looking through this code base and try to find the relevant code to understand how the CSV is being constructed and possibly submit a PR. I would greatly appreciate some help getting this fixed upstream and an APK built.

ignore this request, I did some digging and I suspect one of the applications I have been using to look at the CSV data somehow transformed and overwrote what was generated by the app. I will close this once finished getting datetime parsing working.