Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect forecast day #15

Closed
GoogleCodeExporter opened this issue May 6, 2015 · 3 comments
Closed

Incorrect forecast day #15

GoogleCodeExporter opened this issue May 6, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

  • Removed labels: Milestone-v0.1.1

@GoogleCodeExporter
Copy link
Author

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
Copy link
Author

Not actual for openweathermap.org. It's API provides correct time information.

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

  • Changed state: WontFix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant