Hello all,
About 2 months ago I upgrade my php to 4.0.4pl1 and since then my mktime
fucntion will not work
I am tring
<?
echo date("H:i", mktime(5,0,0,0,0,0));
?>
and I expect to see
05:00
but i get
19:00
or
18:59
What happend?
Before the upgrade it worked fine.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

