TODO: update

This commit is contained in:
Kay Sievers 2012-11-07 13:59:50 +01:00
parent 5a5c72ca6e
commit f6113d42d0
1 changed files with 2 additions and 2 deletions

4
TODO
View File

@ -29,8 +29,8 @@ Features:
* update the kernel's TZ (sys_tz) when DST changes
* sync down the system time to the RTC when:
- CLOCK_REALTIME makes jumps (the user explicitly requested a time set)
- DST changes && ntp is active && RTC-in-localtime (never do it without ntp)
- CLOCK_REALTIME makes jumps (the user explicitely requested a time set)
- DST/timezone changes && ntp is active && RTC-in-localtime (never do it without ntp)
This takes care of syncing ntpdate updates to the RTC, and DST updates for localtime
mode, it will never touch the RTC if the no reliable time source is active or the
user did not request anything like it.