Hy!
I am running libreelec on a raspi v3 with no RTC. I have set up the timezone in the regional settings, and libreelec DOES get the ("a") time via NTP quite obviously (else it would be totally off). Basically everything works fine - except the time it uses is always about 6 minutes into the future! I have no explanation for this (it cant be a wrong timezone, for example). Even more puzzling is, that i can set the correct time manually just fine, like
LibreELEC (official): 11.0.6 (RPi2.arm)
LibreELEC:~ # date
Mon Jul 22 00:27:26 CEST 2024
LibreELEC:~ # ntpd -p pool.ntp.org
LibreELEC:~ # date
Mon Jul 22 00:21:13 CEST 2024
I have already googled a bit and tried a dozen things suggested here and elsewhere - but no change. This seems a very weird issue. Some hints as to how to try to fix this would be appreciated. Thanks in advance! (An acceptable workaround would be adding the ntpd call to a script that runs once after startup, i guess - but thats seems hacky)