Ticket Created

VEGAS-6267

Garmin 935 returns incorrect timestamp - skewed by 20 years ( Garmin time ? )

Hi,

I still see 20 years offset in PositionInfo.when.value() on my Forerunner 935 with latest updates ( firmware 13.30 )

.

example values i get after registering callback is:

Position.enableLocationEvents(Position.LOCATION_CONTINUOUS, self.method(:onNewPosition))

...

::onNewPosition()
info.when = 940072231
info.position.toDegrees()[0] = 54.005345

::onNewPosition()
info.when = 940072232
info.position.toDegrees()[0] = 54.005338

::onNewPosition()
info.when = 940072233
info.position.toDegrees()[0] = 54.005331

::onNewPosition()
info.when = 940072234
info.position.toDegrees()[0] = 54.005327


that converts to : 10/16/1999, 1:10:34 PM - ~20 year ago