I'm not sure I actually remember !
I'll need to look at the code. There's a little 'tag' for want of a name, and changing that sets the timezone. There's two types of tag, you can use one or the other. The basic one is a straight forward "gmt+5" type arrangement. The other is 'localised' such as 'USES' (USA Eastern Standard).
The full listing can be found on the host site.
You should be able to see the "TimeZone=" toward the right there. Looks like mine is ok, it's even picked up daylight saving. If I understand the posts above, you should now be the same as GMT. So I'll pull the "0100" from your clock, and see how that goes...
| Quote: |
<font>Australian Eastern Standard Time</font><br>
<script></script><script>obj = new Object;obj.clockfile = "5007-White.swf";obj.TimeZone = "AEDT";obj.width = 180;obj.height = 20;obj.wmode = "transparent";showClock(obj);</script>
<sup>Kana3, Mel & Tony</sup><br>
<font>Yorkshire</font><br>
<script></script><script>obj = new Object;obj.clockfile = "5007-White.swf";obj.TimeZone = "GMT0100";obj.width = 180;obj.height = 20;obj.wmode = "transparent";showClock(obj);</script>
<sup>MuckyPaw, Clunkster, Monkeh</sup><br>
<font>GMT</font><br>
<script></script><script>obj = new Object;obj.clockfile = "5007-White.swf";obj.TimeZone = "GMT";obj.width = 180;obj.height = 20;obj.wmode = "transparent";showClock(obj);</script> <sup>GMT</sup><br>
<font>Pacific Standard Time</font><br>
<script></script><script>obj = new Object;obj.clockfile = "5009-White.swf";obj.TimeZone = "PST";obj.width = 180;obj.height = 20;obj.wmode = "transparent";showClock(obj);</script>
<sup>Mizpriz, Gary, Funky</sup><br>
<font>Eastern Standard Time</font><br>
<script></script><script>obj = new Object;obj.clockfile = "5009-White.swf";obj.TimeZone = "EST";obj.width = 180;obj.height = 20;obj.wmode = "transparent";showClock(obj);</script>
<sup>Bettina, Bones</sup> |