summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_time.man
blob: 0871ecfa7278591f40a6436c2ce8191013c8b20f (plain)
1
2
3
4
5
6
7
8
9
10
This matches if the current time is within a given range.
.TP
.BI "--timestart " "value"
Match only if it is after `value' (Format: HH:MM).
.TP
.BI "--timestop " "value"
Match only if it is before `value' (Format: HH:MM).
.TP
.BI "--days " "listofdays"
Match only if today is one of the given days.  (Format: Mon,Tue,Wed,Thu,Fri)