Second argument in strtotime seems to have no effect.

strtotime("2001-02-02 12:01:01",981111700);
strtotime("2001-02-02 12:01:01",1000);
strtotime("2001-02-02 12:01:01",time());
strtotime("2001-02-02 12:01:01");

all gives the same output: 981111661. Am I or the function erronous?

/Per


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

Reply via email to