summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2012-11-07 13:59:50 +0100
committerKay Sievers <kay@vrfy.org>2012-11-07 14:06:29 +0100
commitf6113d42d015ad9f3a9e702a09eb8006511a4424 (patch)
treedced4f20db7bd071247c6b3511cbbdce790d092d /TODO
parent5a5c72ca6ed88b7068e08b0ebc191a5b21991b62 (diff)
TODO: update
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index c804b40eb0..622df01f0c 100644
--- a/TODO
+++ b/TODO
@@ -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.