Home | History | Annotate | Download | only in extensions

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 time regulations.
37 About kernel timezones: Linux keeps the system time in UTC, and always does so.
38 On boot, system time is initialized from a referential time source. Where this
39 time source has no timezone information, such as the x86 CMOS RTC, UTC will be
40 assumed. If the time source is however not in UTC, userspace should provide the
41 correct system time and timezone to the kernel once it has the information.
43 Local time is a feature on top of the (timezone independent) system time. Each
44 process has its own idea of local time, specified via the TZ environment
46 userspace environment variable specifies how the UTC-based system time is
49 what enables the automatic time-jumping in userspace. when DST changes. The
55 set the kernel timezone, and instead only set the system time. Even if a
60 is wrong half of the time of the year. As such, \fBusing \-\-kerneltz is highly
65 \-m time \-\-weekdays Sa,Su
69 \-m time \-\-datestart 2007\-12\-24 \-\-datestop 2007\-12\-27
71 Since the stop time is actually inclusive, you would need the following stop
72 time to not match the first second of the new day:
74 \-m time \-\-datestart 2007\-01\-01T17:00 \-\-datestop 2007\-01\-01T23:59:59
78 \-m time \-\-timestart 12:30 \-\-timestop 13:30
82 \-m time \-\-weekdays Fr \-\-monthdays 22,23,24,25,26,27,28