04-04-2017 09:12
04-04-2017 09:12
I'm working on an application that tracks the last sync time of a Fitbit Charge HR. I've noticed that for some data points, the last sync time is in the future. Example data is given below:
request_number,request_datetime,last_sync,battery,device_id
185081,2017-02-07 12:14:27,2017-02-07 13:12:59,Low,4xxxxx
185129,2017-02-07 13:24:17,2017-02-07 14:00:10,Low,4xxxxx
185136,2017-02-07 13:34:12,2017-02-07 14:00:10,Low,4xxxxx
185147,2017-02-07 13:44:18,2017-02-07 14:36:33,Low,4xxxxx
185157,2017-02-07 13:54:19,2017-02-07 14:36:33,Low,4xxxxx
How is this possible?