You could see the weather for a different city, without having to set your settings to that city, by using a link like
http://www.yourdomainhere.com/forums...ycode=xxxxxxxx where xxxxxxxx is the code for a city, like New York City is USNY0996. You can look up the code you want in the weather_city table.
Erwin, does your time zone go on daylight savings time? I set my server time zone back to what it should be, and I'm still an hour ahead of you. It says it's 12:56pm but I think it should be 11:56am, right? Plus, I don't think MT goes on daylight savings time at all, but ET does...GMT never does...it's so confusing. You may just want to change the line $time_lastup = strtotime($weatherdata[lastup]); to $time_lastup = strtotime($weatherdata[lastup])-3600;