SystemTime: Difference between revisions

no edit summary
(Created page with "{{Template:ACSWarning}} int '''SystemTime'''() {{devfeature|3.0|150831-1814}} == Usage == Returns the system time as a 32-bit signed integer timestamp. The <tt>acstime</tt>...")
 
No edit summary
Tag: Source edit
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Template:ACSWarning}}
{{Template:ACSWarning}}


int '''SystemTime'''() {{devfeature|3.0|150831-1814}}
int '''SystemTime'''()


== Usage ==
== Usage ==
Returns the system time as a 32-bit signed integer timestamp. The <tt>acstime</tt> CCMD, however, can override the result of this function.
=== Return value ===
Returns the system time as a 32-bit signed integer timestamp. The <tt>acstime</tt> console command can override the result of this function.


Note that due to ACS's limitations, the timestamp is suspectible to the [http://en.wikipedia.org/wiki/Year_2038_problem year 2038 problem].
Note that due to ACS's limitations, the timestamp is suspectible to the [http://en.wikipedia.org/wiki/Year_2038_problem year 2038 problem].


== See Also ==
== Examples ==
*[[GetTimeProperty]]
{{noexamples}}
*[[Strftime]]


[[Category: ACS Functions]]
== See also ==
* [[GetTimeProperty]]
* [[Strftime]]
 
[[Category: ACS functions]]