11-10-2017 06:33
11-10-2017 06:33
Mentioned this one in Discord but just wanted to see if this was an acknowledged issue or if it is affecting anyone else.
import { me as device } from "device";
console.log('device.lastSyncTime: ' + device.lastSyncTime.valueOf());
console.log('new Date().valueOf(): ' + new Date().valueOf());I'm getting lastSyncTime values in the future and I'm not sure why. For what it is worth I'm in GMT -5 timezone. I'd really like to display this value to the device, and to leverage it for when to fetch requests from the FB web api.
Anyway, can anyone confirm this?
Answered! Go to the Best Answer.
Best Answer11-10-2017 10:17
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
11-10-2017 10:17
Thanks for the feedback, we'll take a look!
Best Answer11-10-2017 09:59
11-10-2017 09:59
Same problem here.
Best Answer11-10-2017 10:17
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
11-10-2017 10:17
Thanks for the feedback, we'll take a look!
Best Answer