in reply to
how does localtime() get the time from the user's machine?
localtime
gets the time on the machine it is running on. It has nothing to do with CGI or web browsers and whatnot.
Comment on
Re: how does localtime() get the time from the user's machine?
In Section
Seekers of Perl Wisdom