07-01-2016 11:35
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

07-01-2016 11:35
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
When a user authorizes my app, it takes the data generated prior to authorization. I would like to associate this data with the time zone it was taken in, but the only response I have found that tells me that is the profile response, which isn't based on date. It appears to provide the time zone that the Fitbit is in when I make the data call (or at least the last time it was synced).
I would like to know if my understanding of the offsetFromUTCMillis and timezone fields in the profile data is correct (i.e. that they are whatever offset/timezone the Fitbit is in at the time that my app calls the profile data) and if there is a way to get the history of timezones that the Fitbit has been in based on date so that I can associate it with the dates of the other data calls I make retroactively.

