diff -ru ipt-orig/extensions/libipt_time.c ipt-new/extensions/libipt_time.c --- ipt-orig/extensions/libipt_time.c 2004-05-16 01:48:04.000000000 -0700 +++ ipt-new/extensions/libipt_time.c 2004-09-24 16:03:30.289605227 -0700 @@ -21,6 +21,7 @@ " [ --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" diff -ru pom-orig/time/help pom-new/time/help --- pom-orig/time/help 2004-05-05 03:11:24.000000000 -0700 +++ pom-new/time/help 2004-09-24 16:01:05.830178992 -0700 @@ -30,3 +30,5 @@ -A OUTPUT -m time --timestart 8:00 --timestop 18:00 --Days Mon --date-stop 2010 will match the packets (locally generated) that have a departure timestamp in the range 8:00->18:00 on Monday only, until 2010 + +NOTE: the time match does not track changes in daylight savings time