webCOMAND

time::get_time()

Returns the current time in Unix time format with microseconds as a decimal, which is the number of seconds since January 1, 1970 0:00:00 GMT, minus leap seconds.

Prototype

long static get_time()

Example

echo( "Unix time: " . \io_comand_util\time::get_time() . "\n" );