why google api weather is delayed

PompyCiepla81

New Member
for example for\[code\]http://www.google.com/ig/api?weather=Moscow&hl=en\[/code\]I've got \[code\]<current_conditions> <condition data="http://stackoverflow.com/questions/10574488/Clear"/> <temp_f data="http://stackoverflow.com/questions/10574488/50"/> <temp_c data="http://stackoverflow.com/questions/10574488/10"/> <humidity data="http://stackoverflow.com/questions/10574488/Humidity: 76%"/> <icon data="http://stackoverflow.com/ig/images/weather/sunny.gif"/> <wind_condition data="http://stackoverflow.com/questions/10574488/Wind: N at 11 mph"/></current_conditions><forecast_conditions> <day_of_week data="http://stackoverflow.com/questions/10574488/Sun"/> <low data="http://stackoverflow.com/questions/10574488/43"/> <high data="http://stackoverflow.com/questions/10574488/57"/> <icon data="http://stackoverflow.com/ig/images/weather/rain.gif"/> <condition data="http://stackoverflow.com/questions/10574488/Rain"/></forecast_conditions>\[/code\]Sunday is in \[code\]forecast_conditions\[/code\] but Sunday is today. So \[code\]current_conditions\[/code\] are for Saturday.Why it has 1 day delay?
 
Back
Top