How to convert unix time steps to normal date/time ?
like in PHP:
PHP Code:
$unix_time = time();
print date("d.m.Y - H:i:s", $unix_time);
// Result: 05.02.2009 - 17:07:31
i need the same for AMXX , please help:
Unix time AMXX Function:
get_systime()
How to convert numbers "1233845858" to normal date/time ?
Thanks.