syncTime() on Photon not working and Time.isValid() returns 0

Hi there

No matter what I do, I can’t get one of my Photons to sync its time with the cloud. I’ve tried all the examples online, and with the same code, another Photon I have running on the same wifi works fine? Any ideas?

Time.isValid() always returns false, and the time is always set to the year 2000? See attached pics :frowning:

Thanks!
Harvey

And you have 0.6.1+ on your device?

BTW, all your code paths in management() should return an int.

Yeah it’s running 0.6.3 :frowning:

Thanks!