X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Ftimedate%2Ftimedatectl.c;fp=src%2Ftimedate%2Ftimedatectl.c;h=53123154db273fbd2d07ea50fbf4cdd6b1e61312;hb=c264aeab4b0e7b69f469e12e78d4a48b3ed7a66e;hp=203b5be6dde905646ef04910e99b3ee6c80eafc6;hpb=c6a373a26348544d944b08bf0c5dea4f72f6980b;p=elogind.git diff --git a/src/timedate/timedatectl.c b/src/timedate/timedatectl.c index 203b5be6d..53123154d 100644 --- a/src/timedate/timedatectl.c +++ b/src/timedate/timedatectl.c @@ -203,9 +203,10 @@ static void print_status_info(const StatusInfo *i) { if (i->rtc_local) fputs("\n" ANSI_HIGHLIGHT_ON - "Warning: The RTC is configured to maintain time in the local time zone. This\n" - " mode is not fully supported and will create various problems with time\n" - " zone changes and daylight saving time adjustments. If at all possible, use\n" + "Warning: The system is configured to read the RTC time in the local time zone. This\n" + " mode can not be fully supported. It will create various problems with time\n" + " zone changes and daylight saving time adjustments. The RTC time is never updated,\n" + " it relies on external facilities to maintain it. If at all possible, use\n" " RTC in UTC by calling 'timedatectl set-local-rtc 0'" ANSI_HIGHLIGHT_OFF ".\n", stdout); }