1. Citrix ADC 13.1 Product Documentation
"Policy expressions reference": This document lists and defines the built-in expressions.
Section: "Miscellaneous expressions"
Content: Defines sys.time as "Current time on the Citrix ADC system
expressed as the number of seconds since January 1
1970." This confirms sys.time is a valid expression.
2. Citrix ADC 13.1 Product Documentation
"Rewrite": This documentation details the functionality of the rewrite feature.
Section: "Rewrite Actions"
Content: Explains the replace syntax
where the content of the target is replaced by the result of the stringexpression. In the question
the target is http.res.date and the expression is sys.time.
3. Citrix ADC 13.1 Product Documentation
"HTTP callouts": This document provides context on how the ADC handles HTTP headers.
Section: "HTTP request and response expressions"
Content: Defines HTTP.RES.DATE as the expression for the Date header in an HTTP response. The ADC's handling of this specific header must conform to internet standards (RFCs)
which mandate GMT formatting. The rewrite engine enforces this compliance.