> -----Original Message-----
> From: Gareth Mulholland [mailto:[EMAIL PROTECTED]]
> 
> I'm having problems with mktime and Midnight on 30th March 2003.
> 
> The code I'm using is:
> 
>     echo mktime(0,0,1,'03','29','2003');
>     echo mktime(0,0,1,'03','30','2003');
>     echo mktime(0,0,1,'03','31','2003');
> 
> but the result is:
> 
>     1048896001
>     -3661
>     1049065201

I ran your exact code and got this:

1048921201
1049007601
1049094001

Kirk

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

Reply via email to