Clock time drift

Hi, running into issue where my container (and host) clock was off by 30s. Reading this https://docs.resin.io/reference/resinOS/time/ I understand that the host should update periodically, how often does this happen? A reboot fixed it.

Hi Brice,

By default systemd-timesyncd synchronises every 30 to 3600 seconds, you could check the state by connecting to the host OS using the terminal in the dashboard and running timedatectl status

thanks, not sure why it ended up drifting so much.