%Time system variable
Description
%Time retrieves the current database server time.
If your application deals with time-sensitive data, use this value. If you want to measure the performance of a PeopleCode program, use the %PerfTime system variable instead.
Note:
This variable does not return actual milliseconds. It always returns zeros for the millisecond value.
Related Topics