Chrony and NTP - Raspberry Pi Configuration Weirdness

Hi @xginn8

Thanks for your helpful responses.

  1. ok good
  2. chrony sources returns

210 Number of sources = 4
MS Name/IP address Stratum Poll Reach LastRx Last sample
===============================================================================
^- time.videxio.net 2 10 377 132 +622us[ +622us] +/- 69ms
^+ 183.ip-51-89-151.eu 3 10 377 609 +646us[ +646us] +/- 15ms
^+ ntp2.wirehive.net 2 10 377 51 +396us[ +396us] +/- 18ms
^* ns0.thorcom.net 1 10 377 693 -88us[ +92us] +/- 13ms

  1. I assumed that if the host OS time is off that all related services/containers would be off as well as they would be relying on the hostOS for reference. Your comments seem to imply that I should not be concerned about the correct timezone in the hostOS.
    As I’m running screenly on top of balena, at that point the timezone is more than cosmetic (as you appreciate). I need signs to display at the correct time based on the specified schedule.

I have defined the variable you mention, though the use of ENV appears to be what is specified in the docker file (according to this). So instead, I created a new Environment Variable called TIMEZONE with value Europe/London.
Doing so hasn’t made any difference to the results of running timedatectl ;-/ should it?

  1. So I’m still left with my original puzzle - and perhaps this is where I will have to go back to the screenly forums - how do I check that screenly is configured against the correct timezone…?

Thank you again.