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


INTEGER time()

This function returns the system time in seconds since midnight GMT, January 1, 1970--likely adjusted for the local timezone (this is OS dependant). The functions ctime(), localtime() and the native method $time.format() can be used in manipulating this number.


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


the Cold Dark