Cold Help System: Programming: ColdC Reference Manual: Functions: Misc: mtime()


INTEGER mtime()

If the system the server is on does not have the unix function gettimeofday() then this function will return -1. If it does, this function will return the current microseconds, from the C structure struct timeval. This is useful in certain situations, but in general its granularity is too fine for most cases. This will only work if cold is running on some unix systems.


bind_function() | ctime() | localtime() | mtime() | time() | unbind_function()


the Cold Dark