AsteroidOS / meta-smartwatch

OpenEmbedded layer that provides support for various smartwatches.
26 stars 18 forks source link

narwhal: Set timezone to zero to fix a synchronization issue. #111

Closed MagneFire closed 2 years ago

MagneFire commented 2 years ago

AsteroidOS does not use time zones but WearOS does. This means that WearOS could store the current time including the timezone on physical hands module. Restoring the time on AsteroidOS from the physical hands would cause for an offset in hours as part of the timezone incompatibility. Setting it to zero fixes this until we have proper support for time zones in AsteroidOS.

FlorentRevest commented 2 years ago

Yay :) thanks!