I have several years of data from Fitbit, including weight/body fat, as well as activities. Per the help page, the import format should be CSV and look like this:
Body
weight,bmi,fat,date,time
So, it only allows one import per date at a time (so, if I have multiple weigh-ins on the same date, I have to import them one at a time. Ugh. Fine).
However, I imported this:
Body
weight,bmi,fat,date,time
190.8,25.3,16.1,2016-11-12,20:52:04
And this was the result:
Why does it say 7:00 PM when I imported 20:52:04? I deleted and re-imported with 08:52:04 PM with the same result. What format should I use to get the correct timestamp on the report?