Hi,
I am converting fit files from my Garmin FR235, specifically from the monitor directory. Those files contain heart_rate measurements that I want to look at.
Those records however use a "timestamp_16" that I don't know how to convert correctly and consistently. So far I have added those to the normal timestamp, divided by 86400 and then added date(1989;12;31) in excel to get something readable. Sometimes I have to add or substract some hours for the time to make sense, but it seems to be a different value in every file, just kind of trial and error. I am in GMT+1.
However it seems I get different time of day values when doing this in different files, like not the time I would expect. Also sometimes the first records have a timestamp with 5 digits, and suddenly they "start over" with a 3 digit timestamp. I would expect this may happen ad midnight, though I even find this happening in files that have been created after midnight.
Please see the attached example. In lines 31/32 you see this "transistion" where I had to change the forumla so that the time would still make sense.
Isn't there a forumla, that works for all records equally?
Thanks,
Philippe