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 Answer
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.
Thanks for the feedback, we'll take a look!
Best Answer
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.
Thanks for the feedback, we'll take a look!
Best Answer