Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

device.lastSyncTime off for anyone else

ANSWERED

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?

Best Answer
0 Votes
1 BEST ANSWER

Accepted Solutions

Thanks for the feedback, we'll take a look!

View best answer in original post

Best Answer
0 Votes
2 REPLIES 2

Same problem here.

Best Answer
0 Votes

Thanks for the feedback, we'll take a look!

Best Answer
0 Votes