I have a need to customize the dpa email alert template for automation purposes.
I have figured out what I needed to do for everything except for the time range of the alert like this:
Anomalies were detected in the hours between 01/29/2026 10:00 AM and 01/29/2026 11:00 AM:
CRITICAL
01/29/2026 10:00 AM - 11:00 AM
ideally I need to customize the time stamp to include ISO formatting with timezone offset.
I was able to format the time stamp for execution time with this:
[=alert.executionTime?datetime?string("yyyy-MM-dd'T'HH:mm:ssXXX")]
Does anyone know how the above message is generated in the default template, or where that template is stored?