ProxySG Content Policy Language Guide
minute=
Tests if the minute of the hour is in the specified range or an exact match. By default, the ProxySG appliance’s clock and time zone are used to determine the current minute. To specify the UTC time zone, use the form minute.utc=. The numeric pattern used to test the minute condition can contain no whitespace.
Syntax
minute[.utc]={[first_minute]..[last_minute]exact_minute}
where:
•
•
•
Note: To test against an inverted range, such as a range that crosses from one hour into the next, the following shorthand expression is available. While minute=(..1444..) specifies the first 15 minutes and last 15 minutes of each hour, the policy language also recognizes minute=44..14 as equivalent.
Layer and Transaction Notes
•Use in all layers.
•Using
Examples
;Tests for the first 5 minutes of every hour. minute=0..4
See Also
•Conditions: date[.utc]=, day=, hour=, month=, time=, weekday=, year=
106