I've got a function where I reset an expiration datetime to 3 days in the future, using:

  update table set expire = NOW()+3000000 where ...

Has always worked great, but today it always sets the field to 0000-00-00 00:00:00. No code was touched. Anyone have a clue? A problem with the ISP's server clock?

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



Reply via email to