Hi Georgie,

> The date() function is returning the 19th of Januray 2038 as *ALL*
dates no
> matter what timestamp i feed it! whats goin on??


Result outside the UNIX epoch.
Sounds like DATE()'s being fed some crazy data.
What is the server's ToD clock showing?
Make sure you debugECHO the source data before you feed it to DATE().
Post some code and results from the browser and we may be able to point
fingers!

Regards,
=dn


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

Reply via email to