sysDate system variable (SDL script)
The sysDate system variable (a global string) returns the current date, using locale settings for format.
* 
This system variable supersedes the %date% substitution token.
In this example, the sysDate system variable is used to generate the date on which a file is generated.
"// Generated on " %getvar "sysDate" " at " %getvar "sysTime"
\n\n