Help for this page
$var=time/24/60/60; print $var%2 ? "odd\n" : "even\n";
$var=time/(24*60*60); print $var%2 ? "odd\n" : "even\n";