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