Mtime()

From TinyMUX
Revision as of 22:59, 28 November 2010 by Ihavenomouth (talk | contribs) (New page: Category:Functions {{Function|mtime(<object>)}} Returns <object>'s last modification time as a time() string. Invoking the function without an argument is equal to mtime(me) An obje...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


mtime(<object>)

Returns <object>'s last modification time as a time() string. Invoking the function without an argument is equal to mtime(me)

An object's mtime will be affected by any changes to the attributes, such as @desc, @va, or & attributes. Is is also affected by renaming the object.

Example

> think mtime(me)

Mon Oct 08 18:33:03 2001

Related Topics

time(), ctime()