I have it set to my local timezone GMT+3, openelec displays the correct local time, but saves the GMT0 time in the bios.
Every time I fire up openelec, it switches bios time back to GMT 0
Found a solution:
BUT one CPU core pegged at 100% all the time!!!
Every time I fire up openelec, it switches bios time back to GMT 0
Code:
xbmc:~ # date
Sun Apr 14 13:16:39 EEST 2013
xbmc:~ # hwclock
Sun Apr 14 10:16:40 2013 0.000000 seconds
Found a solution:
Quote:Create a file named "autostart.sh" in /storage/.config/ with the content below
#!/bin/sh
(sleep 30; \
/sbin/hwclock -w; \
)&
This will store the system clock to bios.
BUT one CPU core pegged at 100% all the time!!!