SystemTime: Difference between revisions

no edit summary
No edit summary
No edit summary
Tag: Source edit
 
Line 4: Line 4:


== 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]]