There are some parts of the HTTP conversation which
could be affected by having the wrong time, but HTTPD itself
doesn't care.
For example, if you are using cookies, caching, those could
be affected by the time change (even more specifically, for
PHP sessions, when the clock changes, the PHP session cleanup
handler might think a session is very old and remove it).
- Y