From 87133388dc8e89f898706e25659ff4db1b972dff Mon Sep 17 00:00:00 2001 From: Markus Makela Date: Wed, 29 Apr 2015 15:08:18 +0300 Subject: [PATCH] Added a note to the dbfwfilter documentation about using local time. --- Documentation/filters/Database-Firewall-Filter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/filters/Database-Firewall-Filter.md b/Documentation/filters/Database-Firewall-Filter.md index cf4db676d..9e76cb1de 100644 --- a/Documentation/filters/Database-Firewall-Filter.md +++ b/Documentation/filters/Database-Firewall-Filter.md @@ -74,7 +74,7 @@ Each mandatory rule accepts one or more optional parameters. These are to be def #### `at_times` -This rule expects a list of time ranges that define the times when the rule in question is active. The time formats are expected to be ISO-8601 compliant and to be separated by a single dash (the - character). For example, to define the active period of a rule to be 5pm to 7pm, you would include `at times 17:00:00-19:00:00` in the rule definition. +This rule expects a list of time ranges that define the times when the rule in question is active. The time formats are expected to be ISO-8601 compliant and to be separated by a single dash (the - character). For example, to define the active period of a rule to be 5pm to 7pm, you would include `at times 17:00:00-19:00:00` in the rule definition. The rule uses local time to check if the rule is active. #### `on_queries`