AutoPatrol, Bureaucrats, Administrators
481
edits
(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]). |