12-15-2021 03:53
12-15-2021 03:53
Hey guys,
Is there a way to get the current timestamp on Fitbit? Something like date.millisecondsSinceEpoch()?
12-15-2021 07:21
12-15-2021 07:21
A JavaScript date is fundamentally specified as the number of milliseconds that have elapsed since midnight on January 1, 1970, UTC.
Maybe I don't understand the question.