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 ...")
 
m (Text replacement - "^" to "{{deprecated}}")
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
__NOTOC__
{{deprecated}}__NOTOC__
Gets the system time.
Gets the system time.


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]).

Latest revision as of 18:13, 13 September 2022

This Wiki is deprecated and we are are currrently migrating remaining pages into product documentation (Admin Guide, NXSL Guide)

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).