Re: [LEDE-DEV] [PATCH v3] base-files: sysfixtime: Keep RTC time in UTC timezone

2016-10-31 Thread Jo-Philipp Wich
Hi Petr, this change looks fine to me. So you think that it makes no sense to support non-UTC RTC at all? That is okay with me and simplifies the code a lot. Acked-by: Jo-Philipp Wich signature.asc Description: OpenPGP digital signature ___ Lede-d

[LEDE-DEV] [PATCH v3] base-files: sysfixtime: Keep RTC time in UTC timezone

2016-10-31 Thread Petr Štetiar
We need to tell hwclock with -u commandline option, that we would like to keep our RTC clock in UTC timezone. Linux kernel expects RTC in UTC timezone anyway. In current state of things, we don't tell hwclock to load/store time from/to RTC in UTC timezone so it uses the timezone from the system ti