The SYSTIME function returns the current system time as either a string that contains the current day, date and time, or as the number of seconds elapsed since January 1, 1970.
If Arg is present and nonzero, the number of seconds elapsed since January 1, 1970 is returned as a double-precision, floating-point value. The elapsed time is computed from January 1, 1970, GMT.
Otherwise, if Arg is zero, a scalar string containing the current local date/time in standard 24-character system format is returned. This format is:
where DOW is the day of the week, MON is the month, DD is the day of the month, HH is the hour, MM is the minute, SS is the second, and YEAR is the year.