tags:

views:

32

answers:

4

Just curious...

+3  A: 

Web server's, since PHP is a server-side language.

Ignacio Vazquez-Abrams
+1  A: 

Server. There is no easy way for the server to know client's date and time.

HeavyWave
Uhh, except using a client-side script
BlueRaja - Danny Pflughoeft
@BlueRaja, yeah I thought browser is sending the time of the request in the headers, but it's not.
HeavyWave
+1  A: 

Its based on the server's clock.

anger
+1  A: 

PHP executes on the server, so the server. http://au2.php.net/manual/en/function.date.php

Jonathan