Forum Moderators: coopster

Message Too Old, No Replies

localtime

Time on server or client?

         

Sinner_G

12:55 pm on Jun 4, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Just a quick (and possibly stupid) question: Does the localtime() function return time on the server the file is stored on or the client (i.e. the computer clock of the user)?

Thanks
Sinner

dmorison

1:05 pm on Jun 4, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi,

All PHP functions refer to the SERVER.

Sinner_G

1:08 pm on Jun 4, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi dmorison

Thanks, thought so (makes sense) but wasn't certain.