Difference between revisions of "NXSL:time"

From NetXMS Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ Gets the system time. == Syntax == time(); == Return Value == System time as number of seconds elapsed since midnight (00:00:00), January 1, 1970, coordinated ...")
 
Line 10: Line 10:
== Return Value ==
== Return Value ==


System time as number of seconds elapsed since midnight (00:00:00), January 1, 1970, coordinated universal time, according to the system clock.
System time as number of seconds elapsed since midnight (00:00:00), January 1, 1970, coordinated universal time, according to the system clock (also known as [http://en.wikipedia.org/wiki/Unix_time UNIX time]).

Revision as of 15:44, 2 February 2013

Gets the system time.


Syntax

time();


Return Value

System time as number of seconds elapsed since midnight (00:00:00), January 1, 1970, coordinated universal time, according to the system clock (also known as UNIX time).