diff --git a/source/user-manual/ruleset/ruleset-xml-syntax/rules.rst b/source/user-manual/ruleset/ruleset-xml-syntax/rules.rst index 2e67e4c210..40c6060e1e 100644 --- a/source/user-manual/ruleset/ruleset-xml-syntax/rules.rst +++ b/source/user-manual/ruleset/ruleset-xml-syntax/rules.rst @@ -957,6 +957,11 @@ Example: This rule will trigger when there is a successful login between 6 pm and 8 am. +.. note:: + + The `time` used for matching the rule is based on the local machine's time, not the timestamp of the event itself. + Ensure that the local time settings are correctly configured to avoid unexpected rule triggers. + weekday ^^^^^^^ @@ -982,6 +987,11 @@ Example: This rule will trigger when there is a successful login during the weekend. +.. note:: + + The `weekday` used for matching the rule is based on the local machine's time, not the timestamp of the event itself. + Ensure that the local time settings are correctly configured to avoid unexpected rule triggers. + .. _rules_id: id