From: Phil Oester Date: Sun, 26 Sep 2004 07:44:48 +0000 (+0000) Subject: Add comment about time not adhering DST (Phil Oester) (Closes: #75) X-Git-Tag: v1.3.0-rc1~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b68d2e9643b6775749f190cd63cd80275b1999f;p=thirdparty%2Fiptables.git Add comment about time not adhering DST (Phil Oester) (Closes: #75) --- diff --git a/extensions/libipt_time.c b/extensions/libipt_time.c index 7d722fbd..d700f86d 100644 --- a/extensions/libipt_time.c +++ b/extensions/libipt_time.c @@ -21,6 +21,7 @@ help(void) " [ --timestart value ] [ --timestop value] [ --days listofdays ] [ --datestart value ] [ --datestop value ]\n" " timestart value : HH:MM (default 00:00)\n" " timestop value : HH:MM (default 23:59)\n" +" Note: daylight savings time changes are not tracked\n" " listofdays value: a list of days to apply\n" " from Mon,Tue,Wed,Thu,Fri,Sat,Sun\n" " Coma speparated, no space, case sensitive.\n"