Using other world times in a clock?

Hello,

I’ve got a clock which needs to show UK and American time…

If I can get one to always show the correct UK time (not the time on your computer) then I can easily set the other one.

I though that .getUTCDate() might help but it is still set to the users system time. Is there another way to find GMT time?

Cheers,

James

PS. I found a clock script at http://www.actionscript.org/actionscripts_library/Server-side_scripts/ but it requires the timestamp to be passed as a variable (GMTtimer.swf?timestamp=<?php /* and here */ echo $timestamp; ?>) which I want to avoid as it looks messy.