Lines Matching full:time
1 This matches if the packet arrival time/date is within a given range. All
8 Only match during the given time, which must be in ISO 8601 "T" notation.
9 The possible time range is 1970-01-01T00:00:00 to 2038-01-19T04:17:07.
17 Only match during the given daytime. The possible time range is 00:00:00 to
35 this as a single time period instead distinct intervals. See EXAMPLES.
39 time regulations.
41 About kernel timezones: Linux keeps the system time in UTC, and always does so.
42 On boot, system time is initialized from a referential time source. Where this
43 time source has no timezone information, such as the x86 CMOS RTC, UTC will be
44 assumed. If the time source is however not in UTC, userspace should provide the
45 correct system time and timezone to the kernel once it has the information.
47 Local time is a feature on top of the (timezone independent) system time. Each
48 process has its own idea of local time, specified via the TZ environment
50 userspace environment variable specifies how the UTC-based system time is
53 what enables the automatic time-jumping in userspace. when DST changes. The
59 set the kernel timezone, and instead only set the system time. Even if a
64 is wrong half of the time of the year. As such, \fBusing \-\-kerneltz is highly
69 \-m time \-\-weekdays Sa,Su
73 \-m time \-\-datestart 2007\-12\-24 \-\-datestop 2007\-12\-27
75 Since the stop time is actually inclusive, you would need the following stop
76 time to not match the first second of the new day:
78 \-m time \-\-datestart 2007\-01\-01T17:00 \-\-datestop 2007\-01\-01T23:59:59
82 \-m time \-\-timestart 12:30 \-\-timestop 13:30
86 \-m time \-\-weekdays Fr \-\-monthdays 22,23,24,25,26,27,28
94 \-m time \-\-weekdays Mo \-\-timestart 23:00 \-\-timestop 01:00