Hi skwire - just a small bug (that may have been reported already) :
if you enable the date/time etc in the titlebar, the time doesn't keep up with the system time until a refresh (either manual or weather data refresh).
-joiwind
This is actually by design so let me explain. Rather than code up my own time zone functionality (which would be a HUGE pain in the ass given all the different time zones in the world, daylight saving, etc.), sWeather uses Time Zone API found here:
http://www.worldweat...m/time-zone-api.aspx. I simply pass it the latitude and longitude coordinates I get from the weather location and it sends me back the time. It's easy and works very well (keeping up with all the different time zone idiosyncrasies of the world). I use the free API which has a limited number of API calls per hour so I only query it when the weather is refreshed. I also didn't want sWeather running a per-second loop to update that in real-time, either. In other words, sWeather isn't a full-fledged world clock. However, now that you mention it, I could put a help button next to that option explaining this limitation. I hope that helps to explain things a bit.
