Gossamer Forum
Home : General : Perl Programming :

Viewer's time

Quote Reply
Viewer's time
viewer = the person currently viewing a page

Is there a way in perl to obtain the "viewer's" time as opposed to the server's time that is running the script?
Quote Reply
Re: Viewer's time In reply to
Hi Lee,

You'll have to rely on Javascript, unless anyone knows away of retrieving the user's time zone.

My javascript is really rough, so I don't think I could help much. =)

Cheers,

Alex
Quote Reply
Re: Viewer's time In reply to
Thanks Alex:

I have a javascript that will do it, so guess that is the direction I will take. Thanks again.