MycroftAI / skill-weather

Mycroft AI official Weather Skill, providing weather conditions and forecasts.
https://mycroft.ai/skills
Apache License 2.0
19 stars 59 forks source link

Bugfix/forecast unavailable #146

Closed krisgesling closed 3 years ago

krisgesling commented 4 years ago

Description

This fixes the irregular test failures that occur at very specific times of day. This was caused by two things - incorrect conversion to UTC and requesting a forecast using a UTC time rather than a local time.

This would result in the Skill failing: "I'm sorry. I can't access weather forecasts right now."

Type of PR

Testing

Existing tests are failing for this already but as it's a timezone issue it depends on your devices location. Set your device location to somewhere that is a day in the "future" like Wellington, New Zealand. Then request a simple "weather".

krisgesling commented 3 years ago

@chrisveilleux good spotting, I've removed the unnecessary conversion of a UTC time to a UTC time.