Posted by ZeldorBlat on 07/03/06 13:12
Lee wrote:
> What I wanna do is display the "local time" for the visitors. Not the
> servers time, but the visitors time.
date_default_timezone_set('some timezone');
Then function like date() will format things in that timezone.
Navigation:
[Reply to this message]
|