Kodi Community Forum
v17 LibreElec - Force system to use UTC - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: v17 LibreElec - Force system to use UTC (/showthread.php?tid=314019)



LibreElec - Force system to use UTC - kamaradski - 2017-05-09

How to force the system to use UTC ?

I need the time it displays on screen to be aligned with the time i use everywhere else.


RE: LibreElec - Force system to use UTC - nickr - 2017-05-09

Set the timezone in Kodi settings.


RE: LibreElec - Force system to use UTC - kamaradski - 2017-05-09

Thank nickr,

The timezone however only has locations, closest to UTC is UK/London, However Londen is using DaylightSavings, and is currently UTC+1.

I have not found any static timezones like GMT, UTC, BST in the list. Or am i overlooking something obvious here ?


RE: LibreElec - Force system to use UTC - musv - 2017-05-09

I don't know anything about Libreelec.

But on every Linux I know, the available timezones are stored in /usr/share/zoneinfo. And there exits a file UTC. According to the Arch-Wiki you should link the zone file to /etc/localtime.

The same you can do with timedatectl set-timezone UTC.


RE: LibreElec - Force system to use UTC - nickr - 2017-05-09

LibreELEC is a bit different to other distros as /etc is read only.

TIMEZONE is kept in /storage/.cache/timezone


RE: LibreElec - Force system to use UTC - yamcenutzer - 2017-05-10

last time I looked, timedatectl wasn't available on LE


RE: LibreElec - Force system to use UTC - kamaradski - 2017-06-16

(2017-05-09, 21:58)nickr Wrote: LibreELEC is a bit different to other distros as /etc is read only.

TIMEZONE is kept in /storage/.cache/timezone

Thanks nickr, how can i use that info to do what i wanted ? Make kodi use the UTC time ?


RE: LibreElec - Force system to use UTC - wsnipex - 2017-06-16

ln -s /usr/share/zoneinfo/UTC /storage/.cache/timezone