We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm consistently having an issue where Belvedere's rules are triggering on files that should not be targetted. The rule reads:
If ALL of the following conditions are met:
Date last modified - is not in the last - 2.5 days Date created - is not in the last - 2.5 days Date last opened - is not in the last - 1.5 days
I'm adding newly created (timestamp is correctly matching current computer time) files every few minutes, and 10 minutes later, they match.
It seems to work correctly (or at least better) when I convert those values to hours. My guess is that it's an issue related to the "day" metric.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm consistently having an issue where Belvedere's rules are triggering on files that should not be targetted. The rule reads:
If ALL of the following conditions are met:
Date last modified - is not in the last - 2.5 days
Date created - is not in the last - 2.5 days
Date last opened - is not in the last - 1.5 days
I'm adding newly created (timestamp is correctly matching current computer time) files every few minutes, and 10 minutes later, they match.
It seems to work correctly (or at least better) when I convert those values to hours. My guess is that it's an issue related to the "day" metric.
The text was updated successfully, but these errors were encountered: