karoliszem93 / weather-notification-android

Automatically exported from code.google.com/p/weather-notification-android
0 stars 0 forks source link

Incorrect forecast day #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The problem is caused by the issue in the Google API. It returns the current 
time in GMT. And four forecasts: for today, tomorrow, etc...

"Today" is for GMT, but for the localtime it can be yesterday. In this case the 
forecasts (according to the localtime) are for yesterday, today, tomorrow, 
etc...

See attached XMLs for example.

The problem is that Weather Notification doesn't provides the date for 
forecasts, it supposes that the first forecast is today, the next is tomorrow, 
etc. according to the localtime.

Need to: remove wrong forecast or display the correct date (add the date to 
forecasts).

Original issue reported on code.google.com by DNelubin on 25 Jan 2011 at 7:12

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by DNelubin on 28 Jan 2011 at 4:48

GoogleCodeExporter commented 9 years ago
Same problem.

I'm from China. So the time is always displaying about 13 hours ahead of my 
local time.
Besides, auto refresh doesn't seem to work. 

Original comment by moderate...@gmail.com on 29 Nov 2011 at 3:17

GoogleCodeExporter commented 9 years ago
Not actual for openweathermap.org. It's API provides correct time information.

Original comment by DNelubin on 27 Dec 2012 at 4:47