You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Original issue reported on code.google.com by
DNelubin
on 25 Jan 2011 at 7:12Attachments:
The text was updated successfully, but these errors were encountered: