X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=TODO;h=622df01f0c1a912f4eb489d0bb17606fd41b6eb8;hp=c804b40eb00b7af8a5447073adf9c27e063f9b3f;hb=87281abdf3ed609b6416cabac00927bd0f26ccd9;hpb=edca2e2348b314e2d892fe6f8ae276fdc223f014 diff --git a/TODO b/TODO index c804b40eb..622df01f0 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.