Chapter 3: Condition Reference
month=
Tests if the month is in the specified range or an exact match. By default, the ProxySG appliance’s date and time zone are used to determine the current month. To specify the UTC time zone, use the form month.utc=. The numeric pattern used to test the month condition can contain no whitespace.
Syntax
month[.utc]={[first_month]..[last_month]exact_month}
where:
•
•
•
Note: To test against an inverted range, such as a range that crosses from one year into the next, the following shorthand expression is available. While month=(..69..) specifies September through June, the policy language also recognizes month=9..6 as equivalent.
Layer and Transaction Notes
•Use in all layers.
•Using
Examples
; Tests for the
define condition year_end_holidays month=12 day=25..
month=1 day=1
end_condition year_end_holidays
See Also
•Conditions: date[.utc]=, day=, hour=, minute=, time=, weekday=, year=
107