Difference between revisions of "Manual:DIL Manual/realtime"

From DikuMUD Wiki
Jump to navigation Jump to search
(XML import)
 
Line 1: Line 1:
 
+
== realtime ==
 
+
This variable returns the number of seconds passed since 1970-01-01 00:00.
<span id="bvrealtime"></span>
+
For C buffs this is equivalent to time(NULL).
'realtime'
 
    This variable returns the number of seconds passed since 1970 something.
 
    For C buffs this is equivalent to time(NULL).
 
 
 
---~---~---~---~---~---~---~---~---
 

Revision as of 06:42, 29 November 2025

realtime

This variable returns the number of seconds passed since 1970-01-01 00:00. For C buffs this is equivalent to time(NULL).