Time Zone Clock 
In addition, all the module parameters where also easy to configure, either for 1 zone or for all 10 zones. We did not find any problems with parameters configuration.
We are using "Time Zone Clock" on our site to display our visitors the time and location that is on different continents and the reason is so that they can more efficiently manage their time to communicate with each other more faster.
The module graphics is very clear and simple to use by almost any user, user friendly application.
In my opinion, I believe that the most valuable feature of "Time Zone Clock" is that it displays the correct time for you as it is synchronized time with your server time.
I recommend others to use "Time Zone Clock" on their websites as I believe that it also looks very professional, I like grey-white combination with red title.
Best Wishes to your further developent as version 3.9.2 was worthed !!!
Best Regards,
Vesna
There is however one feature which I would like to see, the ability to set font size/color/family separately for the time and the text. This would allow one to for example create a digital clock "face" out of the time by making it much larger with for example a black background color and white font color. I tried to do this myself but with no experience with any code besides html/css I fell short of my goal.
One note that I would like to add is that it seems your fix to allow loading alongside other window.onload functions doesn't seem to work. If there is another window.onload javascript module placed *below* TZClock in index.php then TXClock will fail to show.
There was a very easy fix which I stumbled upon by sheer gamble as I have no idea how javascript works. My scenario was that I had TZClock above and then ECB Exchange Rates below, and TXClock failed to show unless I disabled ECB Exchange Rates.
The solution? Copied lines 518-529 from mod_tx_clock.php and replaced the line(s)
"window.onload=function(){
}"
in ECB ER code with it. The only editing I had to do was change "func" (two instances) to "func1", "oldonload" (two instances) to "oldonload1", and "RunTZclock" to "RunEXRate". Now both modules load perfectly.
I suppose this works for any module which uses window.onload !
I guess your fix in the latest version works if TZClock appears after another window.onload module, but not before?
I did modify the php file to remove the padding since I wanted the timezones to show up in a horizontal line just like normal text with no extra space above/below.
This clock is showing you the server time. Perhaps your server is off by 10 minutes.
Thank you!
Personally, I don't use all the different time zones, but use it as a simple clock to show visitors the time at the location of the web site. This is very useful if you don't want people from overseas telephoning you out of hours!
The great thing about Time Zone Clock is that it doesn't rely on your computer clock, so it doesn't matter what the time your computer thinks it is - it will always show the correct time.
The module is very clean and neat - no bells or whistles or annoying Flash graphics - just a straightforward, easy-to-install clock that can simply and successfully be used for a number of purposes.
Try the latest version 3.9.2 It attempts to correct the problems with other javascript on the page not handling the onload properly
Do anyone have a soulution to this?
/Pelle
What version are you running?
If you allow to translate the weekday name that will be better.
If display time with Analog clock this will be perfect.
Thanks.
I'll work on a version to allow translation.
Analog clocks are problematic because they have to be calculated and are much slower.
There seems to be a common misconception that BST (British summer time) is the same as GMT and thus all the settings in this component are off by 1 hour during the summer time although this doesn't matter if you are using it from the U.K. or any other "normal" country that uses DST but for me it was a bit strange to configure (I live in Iceland which is always GMT without DST).
A nice update would be to change the header and color scheme from the component itself and maybe make it possible to put in more than 10 clocks.
I would also much prefer this as a component.
Thanks though it did the trick :)
The only comment would be to add more information in the time zone areas, so that you can easily find what they are.
I have a few niggles with it, but don't take these too negatively, the module works just fine already.
1. The clock update is triggered every second, even when the seconds aren't being shown. This causes a slight page flicker which is a bit distracting. My rough fix is just to change the setTimeout() interval to 60000 when no seconds are being used.
2. The Javascript is all inline which the HTML rather than being in a separate .js file. Not really a problem, it just looks a bit messy.
3. The styles are also inline rather than using the template CSS file. From other comments it looks like this is deliberate, but it's a bit of a pain to have CSS styles spread around the place.
Changing the timeout will affect the accuracy. Currently it locks the time to the pc and the server. The time should be the server time not the time on your pc. If you change the timeout the clocks will drift, condiderably if you leave them up on the page for a long time. As it is written you should not be more than a couple of seconds off for any amount of time up.
The javascript is written using php to do all of the calculations updating an include file is problematic on many installations.
Another reviewer mentioned a problem with 'IE7 wont load'. I had the same problem, but version 3.8 SOLVED it for me.
This was just what I want to help site visitor know when other members from different time zones are likely to be on-line.
Excellent!
Thanks for sharing your work.
Is there anyway to change the language?
What part do you want in what languages.
Make any requests at http://www.stroz.us/php/index.php?option=com_smf&Itemid=36
I'll see what I can do
Dave
The latest version does not include a CSS file. All CSS is defined inline and is editable in the module manager.
If you have specific problems please email me at d.sowers (at) advlanguage.com .
I'm here to help.
Dave
Thank You.
I'm working on a new version that will allow 10 timezones and maximum flexibility for the display of times






