Im on a development server. When I do this in php:
echo date('r',time());
Answer: Tue, 01 Jun 2010 18:10:32 -0400
However, my computer time is 17:10:32 (im on GMT -5). Where can I configure apache / php to change this setting? I have already looked through php.ini and httpd.conf.
thank
source
share