Does date() give the local time of the Server? or is it based on something else?
Because I have this code:
echo date ("F n, Y");
and it should say November 14, 2003 but it echos November 11, 2003. 3 days
behind.
Is the date wrong on the server? or is this something I can fix?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

