Integrations (PTC products, 3rd party products and code) > Code integration (Ada, ARINC 653, C, C#, C++, IDL, Java, SQL and VB) > SDL script for generating code > System variables > sysTime system variable (SDL script)
  
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