"On my personal machine the return value is:

1081026000"
interesting... i got 1081054800 from mine with the code:
<?
$time=mktime(0,0,0,4,4,2004);
echo $time;
?>

 even on cli it gives the same thing....

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to