--- Chris Mach <[EMAIL PROTECTED]> wrote:
> Does date() give the local time of the Server?

date() formats a timestamp, and it uses the current timestamp (whatever
time() would return) when you don't specify one. Yes, an incorrect server
time will give you an incorrect formatted date.

Hope that helps.

Chris

=====
Chris Shiflett - http://shiflett.org/

PHP Security Handbook
     Coming mid-2004
HTTP Developer's Handbook
     http://httphandbook.org/
RAMP Training Courses
     http://www.nyphp.org/ramp

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

Reply via email to