function show_unix_time ($time, $format
{
return date$format,($time == 0) ? time() : $time);
}
eXorithm – Execute Algorithm: View / Run Algorithm show_unix_time

function show_unix_time ($time, $format
{
return date$format,($time == 0) ? time() : $time);
}