Manual:DIL Manual/asctime()

From DikuMUD Wiki
< Manual:DIL Manual
Revision as of 10:45, 4 December 2025 by Papi (talk | contribs) (XML import of LLM wiki pages)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


string asctime(i : integer)
   i : the time to convert in seconds (realtime variable)
   Returns: The seconds converted into an ascii format date of the following
            form  "Mon Nov 18 18:49:08 1996"
   Example:
      log(asctime(realtime));
</PRE